diff options
Diffstat (limited to 'x11/gmrun/Makefile')
-rw-r--r-- | x11/gmrun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile index 386dab30f94a..ed25ab252486 100644 --- a/x11/gmrun/Makefile +++ b/x11/gmrun/Makefile @@ -20,8 +20,8 @@ USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-stlport PORTDOCS= README |