diff options
Diffstat (limited to 'audio/ncmpc/Makefile')
-rw-r--r-- | audio/ncmpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile index ac470234abe0..ed413c551259 100644 --- a/audio/ncmpc/Makefile +++ b/audio/ncmpc/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient GNU_CONFIGURE= yes USE_GNOME= glib20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS= NLS "Native language support" on \ LYRICS "Compile with lyrics screen" on |