diff options
Diffstat (limited to 'security/fpm/Makefile')
-rw-r--r-- | security/fpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile index 5f659b30b9d3..922adc525fe8 100644 --- a/security/fpm/Makefile +++ b/security/fpm/Makefile @@ -17,8 +17,8 @@ COMMENT= Figaro's Password Manager, an app to securely store your passwords USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --without-included-gettext -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include MAN1= fpm.1 PORTDOCS= AUTHORS ChangeLog README TODO |