diff options
Diffstat (limited to 'security/parano/Makefile')
-rw-r--r-- | security/parano/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/parano/Makefile b/security/parano/Makefile index 640fb540a04b..6c7daa2a5d5d 100644 --- a/security/parano/Makefile +++ b/security/parano/Makefile @@ -19,7 +19,7 @@ USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |