diff options
author | sergei <sergei@FreeBSD.org> | 2004-04-05 14:18:27 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-04-05 14:18:27 +0800 |
commit | 2f097d9a7f9368de521f0d93b6f671c9c5818795 (patch) | |
tree | f3a43d8572cc05db61c118bac0d2347e2cab061a /security/libgpg-error/Makefile | |
parent | 89b62e16a726b79d779a24979353b718b05c4395 (diff) | |
download | freebsd-ports-gnome-2f097d9a7f9368de521f0d93b6f671c9c5818795.tar.gz freebsd-ports-gnome-2f097d9a7f9368de521f0d93b6f671c9c5818795.tar.zst freebsd-ports-gnome-2f097d9a7f9368de521f0d93b6f671c9c5818795.zip |
- Remove gmake dependency with trivial one-line patch
- Switch to using libtool-1.5
- Bump PORTREVISION
Diffstat (limited to 'security/libgpg-error/Makefile')
-rw-r--r-- | security/libgpg-error/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 3e1738ea81d1..693c5702967c 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgpg-error PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/${PORTNAME} @@ -15,8 +16,7 @@ MAINTAINER= sergei@FreeBSD.org COMMENT= Common error values for all GnuPG components USE_GPG= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |