diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-07 10:24:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-09-07 10:24:59 +0000 |
commit | 9a1f79615562d0c5b74732c244790121c0c905b8 (patch) | |
tree | eaf9e7dad9a8e4df704a1ec2371ff14a3840801b /dns/bind99/Makefile | |
parent | a9aae0b54ef5ed5c48a59297fae637422d4a57fc (diff) | |
download | freebsd-ports-9a1f79615562d0c5b74732c244790121c0c905b8.zip |
configure no longer has problems detecting our arch like it had in bind95's
time, so remove ARCH modification, which leads to other problems, like [1]
PR: 193359 [1]
Submitted by: dinoex [1]
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99/Makefile')
-rw-r--r-- | dns/bind99/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 8a160b4dd41e..80385acbba1b 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -141,10 +141,6 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi .include <bsd.port.options.mk> -.if (${ARCH} == "amd64") -ARCH= x86_64 -.endif - .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE} PKGINSTALL=${NONEXISTENT} .endif |