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 /x11 | |
parent | b8907e79ec653328019f322ed12d63de8e649243 (diff) | |
download | pkgsrc-0fffcc439fd066cd67d35d1f6563b706d7446375.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xrender/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |