diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 19:27:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 19:27:23 +0000 |
commit | 0603cd750af19131079090de24884dfd7a64a011 (patch) | |
tree | cc204533b9d7f3a8c8ae23d9535ec8b5c4335bc9 /security/libfwbuilder-devel | |
parent | a4dddd70690b6d5d8f9f49b6efe110f1bd0528ef (diff) | |
download | ports-0603cd750af19131079090de24884dfd7a64a011.tar.gz ports-0603cd750af19131079090de24884dfd7a64a011.zip |
Notes
Diffstat (limited to 'security/libfwbuilder-devel')
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 4e9ef56c2143..c60c60487e00 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -14,17 +14,14 @@ MASTER_SITE_SUBDIR= fwbuilder MAINTAINER= vadim@fwbuilder.org COMMENT= Firewall Builder API -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xslt.2:${PORTSDIR}/textproc/libxslt \ - netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp \ - crypto.3:${PORTSDIR}/security/openssl - -USE_GNOME= glib12 +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp +USE_GNOME= glib12 libxslt +USE_OPENSSL= yes USE_GMAKE= yes USE_LIBTOOL_VER=13 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-docdir=${DOCSDIR} INSTALLS_SHLIB= yes |