diff options
Diffstat (limited to 'x11/sisctrl/Makefile')
-rw-r--r-- | x11/sisctrl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/sisctrl/Makefile b/x11/sisctrl/Makefile index 8628bc3ba899..dad85ffdf93a 100644 --- a/x11/sisctrl/Makefile +++ b/x11/sisctrl/Makefile @@ -19,8 +19,8 @@ USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xv-path=${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/sisctrl MAN1= sisctrl.1x |