diff options
author | marino <marino@FreeBSD.org> | 2013-10-07 07:34:30 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-07 07:34:30 +0800 |
commit | 5d8b585a100782d78c6e2364c2cccd0e5239edc0 (patch) | |
tree | 6635f40c26f0f21df53f86bdc1ea093961c4bf22 /security/pgp | |
parent | 74fb5978c9a8efe70dd4804347a283799b5a6c1e (diff) | |
download | freebsd-ports-graphics-5d8b585a100782d78c6e2364c2cccd0e5239edc0.tar.gz freebsd-ports-graphics-5d8b585a100782d78c6e2364c2cccd0e5239edc0.tar.zst freebsd-ports-graphics-5d8b585a100782d78c6e2364c2cccd0e5239edc0.zip |
security/pgp: Adjust so this port builds on DragonFly out of the box
This change should have no effect on FreeBSD uses, but it allows a local
patch to be removed from dports.
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 9a80f8de161..44213970aa3 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -16,7 +16,7 @@ NO_STAGE= yes WRKSRC= ${WRKDIR}/src MAKEFILE= makefile -ALL_TARGET= freebsd-${ARCH} +ALL_TARGET= freebsd-${ARCH:S/x86_64/amd64/} MAKE_ENV= OS_CFLAGS="${CFLAGS}" PGPLIB= ${PREFIX}/share/pgp MAN1= pgp.1 pgp2.1 |