diff options
author | drochner <drochner@pkgsrc.org> | 2014-01-16 13:32:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2014-01-16 13:32:10 +0000 |
commit | b2c6702558cd0087d72e71896a4b37436c61fdfe (patch) | |
tree | e1b59f4f720f447dde77241f18ad21473a280a6f /security/libtomcrypt/Makefile | |
parent | e966ecd4fc696dd60f2f7c397d7ef120992949bb (diff) | |
download | pkgsrc-b2c6702558cd0087d72e71896a4b37436c61fdfe.tar.gz |
fix makefile.shared so that CFLAGS from the environment are added
bump PKGREV
Diffstat (limited to 'security/libtomcrypt/Makefile')
-rw-r--r-- | security/libtomcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index cc91bf5cfda..1afe72e508c 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2012/10/23 18:16:35 asau Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/16 13:32:10 drochner Exp $ DISTNAME= crypt-1.17 PKGNAME= libtom${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://libtom.org/files/ EXTRACT_SUFX= .tar.bz2 |