1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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)
This commit is contained in:
Joe Marcus Clarke 2005-01-01 21:55:48 +00:00
parent b14a60cbba
commit 8439319384
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125627

View File

@ -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"