diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-08-23 14:34:40 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-08-23 14:34:40 +0800 |
commit | 9449ac804cda97b4e73e29659b1f2c7fba8b28cc (patch) | |
tree | ff9456279601497d4da3222efc91220c3f73cae6 /security/gnupg1/Makefile | |
parent | 5ad82aba46277473e4877f3486e27c0bc2d278b7 (diff) | |
download | freebsd-ports-gnome-9449ac804cda97b4e73e29659b1f2c7fba8b28cc.tar.gz freebsd-ports-gnome-9449ac804cda97b4e73e29659b1f2c7fba8b28cc.tar.zst freebsd-ports-gnome-9449ac804cda97b4e73e29659b1f2c7fba8b28cc.zip |
o Upgrade to 1.2.3.
o Remove explicit --enable-tiger from $CONFIGURE_ARGS. This feature will
be removed from GnuPG.
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r-- | security/gnupg1/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 440dd8d192e1..5817984541a8 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -22,7 +21,6 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_BZIP2= YES USE_GMAKE= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-tiger CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL} .if ${MACHINE_CPU:Mi586} MACHINE_ARCH= i586 |