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 | fd4919ce102c26cb5c84851e118c8fa7e5a313dd (patch) | |
tree | bd49818c2a45babba1352b512e45cde205b3915a /fonts/mminstance | |
parent | f4610c729fbf53bbd374907e47e50ea13b2833f7 (diff) | |
download | pkgsrc-fd4919ce102c26cb5c84851e118c8fa7e5a313dd.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'fonts/mminstance')
-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" |