diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 18:03:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 18:03:08 +0800 |
commit | 288fe597af4428256c77f3636c4e8b6ddb769926 (patch) | |
tree | 0a231b6336322c7c2c20efcc7a32d4d9603c9bcb /security/gnupg1 | |
parent | 483772db4fda34aba4d7b3147ee32d17d9bbd6ea (diff) | |
download | freebsd-ports-gnome-288fe597af4428256c77f3636c4e8b6ddb769926.tar.gz freebsd-ports-gnome-288fe597af4428256c77f3636c4e8b6ddb769926.tar.zst freebsd-ports-gnome-288fe597af4428256c77f3636c4e8b6ddb769926.zip |
- Fix build on FreeBSD 10
Reported by: pointyhat
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index d9c5cbe0f55a..77d148d20922 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard +WITH_FBSD10_FIX=yes USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES |