diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 12:59:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 12:59:26 +0000 |
commit | 97d74920fae8a2efc911f407d2aa69d96a6cd46d (patch) | |
tree | 90c423707b68f0c3eafc58476a268f1c80e28c89 | |
parent | 117125bd1d7585cad82d623f0da6715acced2cdc (diff) | |
download | freebsd-ports-97d74920fae8a2efc911f407d2aa69d96a6cd46d.zip |
Attempt to unbreak, add explicit pkgconf dependency
Reported by: pkg-fallout
-rw-r--r-- | security/razorback-officeCat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/razorback-officeCat/Makefile b/security/razorback-officeCat/Makefile index 845f19798e10..90a936fe7b6d 100644 --- a/security/razorback-officeCat/Makefile +++ b/security/razorback-officeCat/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-mast RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-masterNugget \ wine:${PORTSDIR}/emulators/wine +USES= pkgconfig + ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= only supported under i386 due to wine requirements |