diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 21:13:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 21:13:03 +0000 |
commit | 084e498f61befc202ad5a30ffd788b680437860a (patch) | |
tree | bd49818c2a45babba1352b512e45cde205b3915a /fonts | |
parent | 097c06bf6f9f0f261c3072dc677075b0ee7b3cc9 (diff) | |
download | pkgsrc-084e498f61befc202ad5a30ffd788b680437860a.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/mminstance/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/mminstance/Makefile b/fonts/mminstance/Makefile index 3f0a00acb8c..b4302723e33 100644 --- a/fonts/mminstance/Makefile +++ b/fonts/mminstance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/11/06 18:57:14 gavan Exp $ +# $NetBSD: Makefile,v 1.5 2004/11/22 21:13:03 wiz Exp $ # DISTNAME= mminstance-1.20 @@ -10,6 +10,6 @@ HOMEPAGE= http://www.lcdf.org/~eddietwo/type/ COMMENT= Utility programs for creating instances of multiple master fonts GNU_CONFIGURE= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ .include "../../mk/bsd.pkg.mk" |