diff options
author | snj <snj> | 2004-04-11 23:47:56 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 23:47:56 +0000 |
commit | 5e9e762706253a6d5c0a686bce700d050d95516e (patch) | |
tree | 09845ff840b5bc2f509aed8acb8dccb6b8411137 /converters/ish | |
parent | 81abc49baaaa1d3924d5614fcaacf81264e60614 (diff) | |
download | pkgsrc-5e9e762706253a6d5c0a686bce700d050d95516e.tar.gz |
It is not sufficient to define USE_BUILDLINK3.
Diffstat (limited to 'converters/ish')
-rw-r--r-- | converters/ish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/ish/Makefile b/converters/ish/Makefile index fcc34f56722..a2c0287d7d7 100644 --- a/converters/ish/Makefile +++ b/converters/ish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/11 07:17:10 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/11 23:47:56 snj Exp $ DISTNAME= ish-1.11 CATEGORIES= converters @@ -9,6 +9,6 @@ COMMENT= Binary-to-text file-encoder MAKEFILE= makefile ALL_TARGET= ish -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes .include "../../mk/bsd.pkg.mk" |