diff options
Diffstat (limited to 'audio/raop_play/Makefile')
-rw-r--r-- | audio/raop_play/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile index 19373014a29a..12b839443ee7 100644 --- a/audio/raop_play/Makefile +++ b/audio/raop_play/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 \ flac:${PORTSDIR}/audio/flac GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes USE_GNOME= glib20 |