diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-19 17:37:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-19 17:37:19 +0000 |
commit | 0fffcc439fd066cd67d35d1f6563b706d7446375 (patch) | |
tree | 06f78cd4300932bdc1e0ace0e658e80be9fb3726 | |
parent | b8907e79ec653328019f322ed12d63de8e649243 (diff) | |
download | pkgsrc-0fffcc439fd066cd67d35d1f6563b706d7446375.tar.gz |
Enable pkgviews installation.
-rw-r--r-- | fonts/fontconfig/Makefile | 4 | ||||
-rw-r--r-- | x11/Xrender/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index eb5369fd0a5..f9751092a2e 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/02/16 19:15:21 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2004/04/19 17:37:19 minskim Exp $ # DISTNAME= fontconfig-2.2.1 @@ -14,6 +14,8 @@ COMMENT= Library for configuring and customizing font access # sure to keep in step BUILDLINK_DEPENDS.freetype2+= freetype2>=2.0.9 +PKG_INSTALLATION_TYPES= overwrite pkgviews + .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= YES diff --git a/x11/Xrender/Makefile b/x11/Xrender/Makefile index 428ba268b60..6f000768b14 100644 --- a/x11/Xrender/Makefile +++ b/x11/Xrender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/02/16 18:32:36 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/19 17:37:31 minskim Exp $ DISTNAME= xrender-0.8.3 PKGNAME= ${DISTNAME:S/x/X/} @@ -10,6 +10,8 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://fontconfig.org/ COMMENT= Client library for the X Rendering Extension protocol +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |