diff options
author | ryoon <ryoon> | 2012-12-26 21:24:26 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-12-26 21:24:26 +0000 |
commit | 555e733bf69e61f075c300e99f053c8ad8410dc0 (patch) | |
tree | 27e18da1b669a90e26d3a9f1df2bec8531c87c70 /fonts | |
parent | 49025573f60da232d1076a8e76496f1401d642c6 (diff) | |
download | pkgsrc-555e733bf69e61f075c300e99f053c8ad8410dc0.tar.gz |
${CC} is used in configuration.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/sgi-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/sgi-fonts/Makefile b/fonts/sgi-fonts/Makefile index 4025a6248b4..9d91ba2712e 100644 --- a/fonts/sgi-fonts/Makefile +++ b/fonts/sgi-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/03 18:28:30 asau Exp $ +# $NetBSD: Makefile,v 1.17 2012/12/26 21:24:26 ryoon Exp $ # DISTNAME= sgi-fonts-1.0-457.src @@ -13,7 +13,7 @@ HOMEPAGE= http://oss.sgi.com/projects/sgi_propack/ COMMENT= Linux compatibility package for SGI fonts WRKSRC= ${WRKDIR}/sgi-fonts -USE_LANGUAGES= # none +USE_LANGUAGES= c USE_X11BASE= yes FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/misc/sgi |