diff options
Diffstat (limited to 'audio/gmpc/Makefile')
-rw-r--r-- | audio/gmpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gmpc/Makefile b/audio/gmpc/Makefile index 80e0c267bf23..6fe519078e0b 100644 --- a/audio/gmpc/Makefile +++ b/audio/gmpc/Makefile @@ -28,7 +28,8 @@ USE_GNOME= gnomehack pkgconfig glib20 gtk20 libglade2 INSTALLS_ICONS= yes USE_GETTEXT= yes CONFIGURE_ARGS= --enable-system-libsexy -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= gmpc-remote.1 gmpc.1 |