diff options
author | joerg <joerg@pkgsrc.org> | 2015-06-08 13:44:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-06-08 13:44:01 +0000 |
commit | 433a5e95f7e221944b134e8d90325a3924e8ef1a (patch) | |
tree | 945ce628eef16f2af3b797512ae07cc09c6e2167 /security | |
parent | b3b8a9ed79d203d66237aa26710e2ca4607d79c2 (diff) | |
download | pkgsrc-433a5e95f7e221944b134e8d90325a3924e8ef1a.tar.gz |
Needs libtool.
Diffstat (limited to 'security')
-rw-r--r-- | security/asignify/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/asignify/Makefile b/security/asignify/Makefile index d7d409dd807..91b665abd82 100644 --- a/security/asignify/Makefile +++ b/security/asignify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/06/04 20:12:25 youri Exp $ +# $NetBSD: Makefile,v 1.2 2015/06/08 13:44:01 joerg Exp $ DISTNAME= asignify-20150220 CATEGORIES= security @@ -12,6 +12,7 @@ COMMENT= Yet another signify tool LICENSE= modified-bsd GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_TOOLS+= automake pre-configure: |