diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 15:20:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 15:20:16 +0800 |
commit | ceb26a3e98549164ff8e0c68ee25a39b28584394 (patch) | |
tree | 90efd1e9a019a2e0588482bab89c68a519a7fce8 /security | |
parent | 4329ce27057cc548043e1f91837b194cc2642beb (diff) | |
download | freebsd-ports-gnome-ceb26a3e98549164ff8e0c68ee25a39b28584394.tar.gz freebsd-ports-gnome-ceb26a3e98549164ff8e0c68ee25a39b28584394.tar.zst freebsd-ports-gnome-ceb26a3e98549164ff8e0c68ee25a39b28584394.zip |
- Fix build on FreeBSD 10
Reported by: pointyhat
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index fe3701afc204..fc65e46211cb 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= nettle.4:${PORTSDIR}/security/nettle \ CONFLICTS= gnutls-devel-[0-9]* +WITH_FBSD10_FIX=yes USE_BZIP2= yes USE_ICONV= yes USE_GNOME= pkgconfig ltverhack gnomehack |