diff options
author | asau <asau@pkgsrc.org> | 2013-06-16 23:47:18 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-06-16 23:47:18 +0000 |
commit | 8f1eb65b137b0e930ecbfaf7ce5b988938fc0319 (patch) | |
tree | 0d28117127ecaca8d446bfdda97037cd678e3c2c /fonts | |
parent | 42a67c94b40c12cb9b71f5c2e140f44aaba9d2e3 (diff) | |
download | pkgsrc-8f1eb65b137b0e930ecbfaf7ce5b988938fc0319.tar.gz |
This package is written in plain C, it doesn't need C++ compiler.
It doesn't need Fortran compiler either.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/libXfontcache/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/libXfontcache/Makefile b/fonts/libXfontcache/Makefile index 248cff1feec..c46f9a9cb32 100644 --- a/fonts/libXfontcache/Makefile +++ b/fonts/libXfontcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/31 01:10:55 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/16 23:47:18 asau Exp $ DISTNAME= libXfontcache-1.0.5 CATEGORIES= fonts @@ -12,7 +12,6 @@ LICENSE= 2-clause-bsd AND x11 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES+= c c++ fortran USE_TOOLS+= gsed pkg-config PKGCONFIG_OVERRIDE+= xfontcache.pc.in |