diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/fwbuilder | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 58b86a5e85b2..b901a1a16365 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -29,8 +29,8 @@ CONFLICTS= fwbuilder-[234].* fwbuilder-devel-[234].* \ CONFLICTS= fwbuilder-[234].* fwbuilder-devel-* \ libfwbuilder-[234].* libfwbuilder-devel-* .endif -LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \ - libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= libxslt.so:textproc/libxslt \ + libnetsnmp.so:net-mgmt/net-snmp PLIST_SUB= BUILD_VERSION=${DISTVERSION}.${BUILD} USE_QT4= corelib \ @@ -68,7 +68,7 @@ PORTDOCS= * .if ${OSVERSION} >= 1000055 # IMPORTANT: Newer versions of rcs will NOT work with fwbuilder. -RUN_DEPENDS= rcs:${PORTSDIR}/devel/rcs57 +RUN_DEPENDS= rcs:devel/rcs57 .endif .if empty(PORT_OPTIONS:MDOCS) |