diff options
author | tron <tron> | 2010-12-08 09:03:07 +0000 |
---|---|---|
committer | tron <tron> | 2010-12-08 09:03:07 +0000 |
commit | 602dee992b070f5db1cb31692ed4f7ee67060cb0 (patch) | |
tree | b9a83b4f0d345c3dbc3c4ccb20ed12a7136dc019 /x11 | |
parent | 6e98f8ccda0951b6f4055125571844c3c652e55d (diff) | |
download | pkgsrc-602dee992b070f5db1cb31692ed4f7ee67060cb0.tar.gz |
This package supports user destination directory builds.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xfixes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile index cc70fd4aede..fd125b166bc 100644 --- a/x11/Xfixes/Makefile +++ b/x11/Xfixes/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2010/12/08 00:42:16 abs Exp $ -# +# $NetBSD: Makefile,v 1.27 2010/12/08 09:03:07 tron Exp $ DISTNAME= libXfixes-2.0.1 PKGNAME= ${DISTNAME:S/libX/X/} @@ -14,6 +13,7 @@ COMMENT= X Fixes extension of X RandR CONFLICTS+= libXfixes-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= pkg-config |