diff options
Diffstat (limited to 'fonts/t1lib/Makefile')
-rw-r--r-- | fonts/t1lib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index 612e8c917eb..8b5d5d3f63d 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2008/11/10 17:21:35 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2009/01/04 02:25:27 minskim Exp $ DISTNAME= t1lib-5.1.2 PKGREVISION= 1 @@ -25,6 +25,12 @@ CONF_FILES+= ${EGDIR}/FontDataBase ${DATADIR}/FontDataBase .include "options.mk" +PLIST_VARS+= x11 + +.if !empty(PKG_OPTIONS:Mx11) +PLIST.x11= yes +.endif + SUBST_CLASSES+= paths SUBST_FILES.paths= t1lib.config.sample SUBST_SED.paths= -e 's,@PREFIX@,${PREFIX},g' |