diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-02 05:55:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-02 05:55:48 +0800 |
commit | 8ffe5850afa2a82e5db39944bb677b6397b8f96c (patch) | |
tree | 902ea1fc7d2ac31ea0b640fe23b258a385259d5d /security/seahorse | |
parent | 1b528da3e6b3429d69c7a01046054fbb59bbba4e (diff) | |
download | freebsd-ports-graphics-8ffe5850afa2a82e5db39944bb677b6397b8f96c.tar.gz freebsd-ports-graphics-8ffe5850afa2a82e5db39944bb677b6397b8f96c.tar.zst freebsd-ports-graphics-8ffe5850afa2a82e5db39944bb677b6397b8f96c.zip |
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)
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 055c1835a32..46d500ca402 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" |