diff options
author | hans <hans@pkgsrc.org> | 2012-03-02 16:36:57 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-03-02 16:36:57 +0000 |
commit | bb9cd87c177f5f9205362b3e954daeb4ca7d2d4b (patch) | |
tree | 21df0b47317c36ea2592f63fb1aa3902fafa06fd /security/rsaref/Makefile | |
parent | 6336cc7b2d11c34cc93b4db4bf15028d85715b67 (diff) | |
download | pkgsrc-bb9cd87c177f5f9205362b3e954daeb4ca7d2d4b.tar.gz |
Uses cdefs.
Diffstat (limited to 'security/rsaref/Makefile')
-rw-r--r-- | security/rsaref/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 7b8817418df..af6ff633fa6 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2009/09/03 12:35:32 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2012/03/02 16:42:06 hans Exp $ # DISTNAME= rsaref @@ -22,6 +22,7 @@ CRYPTO= yes PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +USE_FEATURES+= cdefs USE_LIBTOOL= yes MAKE_FILE= unix/makefile BUILD_TARGET= librsaref.la |