summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-01 21:55:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-01 21:55:48 +0000
commit8439319384a5c7c074263638f8caaa3684127570 (patch)
tree5e73bddaaae53d0232fa87dfc9d550e13bde43dc /security
parentAdd missing file. (diff)
Add --disable-gpg-check to CONFIGURE_ARGS to avoid breakage with gpg-1.4.0.
This has been fixed in seahorse CVS, but the ports system makes this check superfluous anyway so temporarily removing it shouldn't hurt. Reported by: pointyhat via kris Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=125627
Diffstat (limited to 'security')
-rw-r--r--security/seahorse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 055c1835a328..46d500ca4023 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -26,6 +26,7 @@ USE_GNOME= gnomehack intlhack gnomeprefix eel2
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_OMF= yes
+CONFIGURE_ARGS= --disable-gpg-check
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"