summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-04-15 01:02:43 +0000
committerSteve Price <steve@FreeBSD.org>2001-04-15 01:02:43 +0000
commit159530631cdb0f2de92a0b50e23b088995531417 (patch)
tree7d0acfcf0adf1e0c1df187e6848a2eb68d1027c2
parentThe directory from which to copy the jam binary changes slightly on the (diff)
Mark this port FORBIDDEN on everything except for the i386 since nasm
generates i386 object files which won't be of much use on other archs.
Notes
Notes: svn path=/head/; revision=41393
-rw-r--r--net/urlendec/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/urlendec/Makefile b/net/urlendec/Makefile
index eb41ed239a14..5294d30bdee7 100644
--- a/net/urlendec/Makefile
+++ b/net/urlendec/Makefile
@@ -14,6 +14,10 @@ MAINTAINER= adam@whizkidtech.net
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
+.if ${MACHINE_ARCH} != "i386"
+FORBIDDEN= 'Uses nasm which only builds ia32 object files'
+.endif
+
BINARIES= urlencode urldecode
DOCFILES= index.html rfc1738.txt