diff options
author | wiz <wiz> | 2004-11-22 21:13:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-22 21:13:03 +0000 |
commit | 10cc7c23619c6a53476225002bfd9723ee998c13 (patch) | |
tree | bd49818c2a45babba1352b512e45cde205b3915a /fonts | |
parent | 8e3b93fcc1127df915f406c9156072c1a8f1f5cb (diff) | |
download | pkgsrc-10cc7c23619c6a53476225002bfd9723ee998c13.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" |