diff options
Diffstat (limited to 'x11/xscreensaver.app/Makefile')
-rw-r--r-- | x11/xscreensaver.app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xscreensaver.app/Makefile b/x11/xscreensaver.app/Makefile index 3c40f9dc374e..c8390b0caf49 100644 --- a/x11/xscreensaver.app/Makefile +++ b/x11/xscreensaver.app/Makefile @@ -18,8 +18,8 @@ LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp PLIST_FILES= bin/XScreenSaver.App GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS= "LDFLAGS+=-L${LOCALBASE}/lib" |