diff options
author | tdb <tdb@FreeBSD.org> | 2007-03-10 02:21:19 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2007-03-10 02:21:19 +0800 |
commit | 36600d425d181b365bafc94c46b40e25abe47a53 (patch) | |
tree | 1ece3beea7a8baea2a3222041f885ecfe751e9fb /security/f-prot | |
parent | 1a57fece2c3aba5b82347f37a4e0d3b2e4fd8aab (diff) | |
download | freebsd-ports-gnome-36600d425d181b365bafc94c46b40e25abe47a53.tar.gz freebsd-ports-gnome-36600d425d181b365bafc94c46b40e25abe47a53.tar.zst freebsd-ports-gnome-36600d425d181b365bafc94c46b40e25abe47a53.zip |
Add amd64 to ONLY_FOR_ARCHS - this binary port is reported to work
fine on FreeBSD/amd64.
PR: 110138
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Diffstat (limited to 'security/f-prot')
-rw-r--r-- | security/f-prot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index f12a690ab378..9afe76a61dc9 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -28,7 +28,7 @@ NO_BUILD= yes MAN1= f-prot.1 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 do-install: cd ${WRKDIR} && ${TAR} --exclude man_pages \ |