diff options
author | novel <novel@FreeBSD.org> | 2007-10-31 13:40:39 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-10-31 13:40:39 +0800 |
commit | 94f36968396cb5e3cd0716139f1114ae751fd863 (patch) | |
tree | 9c7166940b8922c08160d89a866cad8f68300cf8 /security/opencdk/Makefile | |
parent | 4cb169c73250a80fc8eb586bdd7dbb50a6a025ca (diff) | |
download | freebsd-ports-gnome-94f36968396cb5e3cd0716139f1114ae751fd863.tar.gz freebsd-ports-gnome-94f36968396cb5e3cd0716139f1114ae751fd863.tar.zst freebsd-ports-gnome-94f36968396cb5e3cd0716139f1114ae751fd863.zip |
Update to 0.6.0 - the versioin compatible with the current version
of gnutls in ports. Therefore, it fixes the problem described in
ports/117671.
Approved by: portmgr (pav)
Diffstat (limited to 'security/opencdk/Makefile')
-rw-r--r-- | security/opencdk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 6b87e566f621..8f5f797db967 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opencdk -PORTVERSION= 0.5.13 +PORTVERSION= 0.6.0 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \ @@ -22,8 +22,9 @@ COMMENT= Open Crypto Development Kit LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig ltverhack USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} |