diff options
author | jlam <jlam> | 2002-08-25 18:38:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 18:38:05 +0000 |
commit | b28e357f6ee52e603c887fc42483ea19558d4048 (patch) | |
tree | d2b31bb9a6a069ebfb63079b9dddde1e6688bc4b /fonts | |
parent | 4d330b06ae2802c2520909a77c9b2b5998f05140 (diff) | |
download | pkgsrc-b28e357f6ee52e603c887fc42483ea19558d4048.tar.gz |
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Xg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/Xg/Makefile b/fonts/Xg/Makefile index b0feedb5c44..7a0474d8fe1 100644 --- a/fonts/Xg/Makefile +++ b/fonts/Xg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/11/18 19:17:05 dillo Exp $ +# $NetBSD: Makefile,v 1.11 2002/08/25 18:38:54 jlam Exp $ # FreeBSD Id: Makefile,v 1.4 1997/01/27 15:59:35 erich Exp # @@ -11,6 +11,7 @@ MAINTAINER= packages@netbsd.org COMMENT= These are the UNICODE fonts for use with 9term and sam WRKSRC= ${WRKDIR} +USE_BUILDLINK2= yes USE_X11BASE= yes .include "../../mk/bsd.pkg.mk" |