diff options
author | minskim <minskim> | 2009-01-04 02:25:27 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-01-04 02:25:27 +0000 |
commit | 4226edfdcc57b4ccc52007848cf23855d9cfcc2b (patch) | |
tree | 925be266a35ef057a6b2ff004423019ede376ecf /fonts/t1lib/Makefile | |
parent | 0f89191522f89d14287f2ff7d048016944580c5a (diff) | |
download | pkgsrc-4226edfdcc57b4ccc52007848cf23855d9cfcc2b.tar.gz |
Fix PLIST when the x11 option is disabled.
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' |