diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-mime-data/Makefile | 2 | ||||
-rw-r--r-- | misc/gnuls/Makefile | 3 | ||||
-rw-r--r-- | misc/lingoteach/Makefile | 2 | ||||
-rw-r--r-- | misc/pdmenu/Makefile | 7 | ||||
-rw-r--r-- | misc/xosd/Makefile | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/misc/gnome-mime-data/Makefile b/misc/gnome-mime-data/Makefile index d7da6a2cacce..112d80f80179 100644 --- a/misc/gnome-mime-data/Makefile +++ b/misc/gnome-mime-data/Makefile @@ -16,7 +16,7 @@ COMMENT= MIME and Application database for GNOME USES= gettext gmake pathfix tar:bzip2 USE_GNOME= gnomeprefix intlhack GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib -lintl .include <bsd.port.mk> diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index e4b62fe99d98..bd55df39d71e 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -16,8 +16,9 @@ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1 +CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib USES= gmake perl5 USE_LDCONFIG= yes diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile index 12f5116f95b5..e4ce83d76949 100644 --- a/misc/lingoteach/Makefile +++ b/misc/lingoteach/Makefile @@ -18,8 +18,8 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes USES= gmake pkgconfig libtool -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0`" CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0` # sound version SOUNDV= 0.3.9 diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index 1402663615e7..4a8933268e4b 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -21,9 +21,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= gettext gmake GNU_CONFIGURE= yes CONFIGURE_ENV= SLANG_H_LOC="${LOCALBASE}/include/slang.h" \ - SLANG_LIB_LOC="${LOCALBASE}/lib" \ - LIBS="-lcurses -lintl" -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib + SLANG_LIB_LOC="${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +CFLAGS+= ${CPPFLAGS} +LIBS+= -L${LOCALBASE}/lib -lcurses -lintl PLIST_FILES= bin/pdmenu \ etc/pdmenurc \ diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 91a2910df6bc..a6fd899e7ad1 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -17,9 +17,7 @@ USE_CSTD= gnu89 USE_XORG= x11 xext xt sm ice USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \ - LOCALBASE='${LOCALBASE}' \ - GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' +CONFIGURE_ENV= GTK_CONFIG='${GTK_CONFIG}' GLIB_CONFIG='${GLIB_CONFIG}' CONFIGURE_ARGS= --disable-beep_media_player_plugin --disable-new-plugin PATCH_STRIP= -p1 INSTALL_TARGET= install-strip |