diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-08-24 15:35:41 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-08-24 15:35:41 +0000 |
commit | a20036650ba1c3da481b4036675b71432c4f6912 (patch) | |
tree | 1b3b08bd062daefc7e3a8004050d8e19c262923b /security/libgpg-error/Makefile | |
parent | ff88626d0260d35899e63fa375d090f48272226d (diff) |
Notes
Diffstat (limited to 'security/libgpg-error/Makefile')
-rw-r--r-- | security/libgpg-error/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 10d0b32afca4..d5463aa39cc3 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -6,19 +6,19 @@ # PORTNAME= libgpg-error -PORTVERSION= 0.7 -PORTREVISION= 1 +PORTVERSION= 1.0 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= alpha/${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sergei@FreeBSD.org COMMENT= Common error values for all GnuPG components -USE_GPG= yes +USE_GPG= yes +SIG_SUFFIX= .sig USE_INC_LIBTOOL_VER= 15 -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITHOUT_NLS) |