summaryrefslogtreecommitdiff
path: root/net/urlendec
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-04-15 04:06:45 +0000
committerSteve Price <steve@FreeBSD.org>2001-04-15 04:06:45 +0000
commit7272eec07f50f76eed849fc8bd7b6e18baf20298 (patch)
tree093c6321f2a2235a0fe6b483cf58804fa9977c64 /net/urlendec
parentThis port needs the xpm port to build and run. (diff)
Urk, instead of FORBIDDEN use ONLY_FOR_ARCHS as that is why we have it.
Reminded by: Mark Pulford <mark@kyne.com.au>
Notes
Notes: svn path=/head/; revision=41403
Diffstat (limited to 'net/urlendec')
-rw-r--r--net/urlendec/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/urlendec/Makefile b/net/urlendec/Makefile
index 5294d30bdee7..edba0b44e6ba 100644
--- a/net/urlendec/Makefile
+++ b/net/urlendec/Makefile
@@ -14,9 +14,7 @@ MAINTAINER= adam@whizkidtech.net
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-.if ${MACHINE_ARCH} != "i386"
-FORBIDDEN= 'Uses nasm which only builds ia32 object files'
-.endif
+ONLY_FOR_ARCHS= i386
BINARIES= urlencode urldecode
DOCFILES= index.html rfc1738.txt