diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-01 21:55:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-01 21:55:48 +0000 |
commit | 8439319384a5c7c074263638f8caaa3684127570 (patch) | |
tree | 5e73bddaaae53d0232fa87dfc9d550e13bde43dc /security/seahorse | |
parent | b14a60cbbaed0d64d7e06960f95772ec00bcdbbc (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/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 1 |
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" |