diff options
Diffstat (limited to 'x11/numlockx/Makefile')
-rw-r--r-- | x11/numlockx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/numlockx/Makefile b/x11/numlockx/Makefile index 501f118f92d9..0a983d9bcf38 100644 --- a/x11/numlockx/Makefile +++ b/x11/numlockx/Makefile @@ -16,13 +16,12 @@ COMMENT= Turns on numlock in X USE_XORG= x11 xext xtst GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" PLIST_FILES= bin/numlockx -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |