diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-30 12:21:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-30 12:21:40 +0000 |
commit | 78ea93814b8816a1de59f5c0d8fee44c50967239 (patch) | |
tree | a148075f0a038d74fc9b9bfc75a034bb1f2dc798 /security/opencdk/Makefile | |
parent | b2d6c9aa64778761525697f34c80ea5d94d5e750 (diff) | |
download | pkgsrc-78ea93814b8816a1de59f5c0d8fee44c50967239.tar.gz |
Update to 0.5.8, set TEST_TARGET.
Noteworthy changes in version 0.5.8 (2005-08-31)
------------------------------------------------
* Added versioned symbols again.
* Improved searching for libz.
* Should build on platforms that lack "inline".
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 bb4c3370657..ee0627ae0b3 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2005/08/30 14:28:46 adam Exp $ +# $NetBSD: Makefile,v 1.17 2005/09/30 12:21:40 wiz Exp $ -DISTNAME= opencdk-0.5.7 +DISTNAME= opencdk-0.5.8 CATEGORIES= security devel MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \ ftp://ftp.gnutls.org/pub/gnutls/opencdk/ @@ -13,6 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes GNU_CONFIGURE= yes +TEST_TARGET= check NOT_FOR_COMPILER= xlc |