diff options
author | xtraeme <xtraeme> | 2004-07-29 06:36:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-29 06:36:32 +0000 |
commit | 1d7604642cf5032afc3b10d18dfe74e95aa9c643 (patch) | |
tree | 6e4eadfeefda4ef4c7226ca902410714de716947 /fonts/xorg-fontsEncodings/Makefile | |
parent | b83c5eb7bcca21964a323fa07c28830afe8de588 (diff) | |
download | pkgsrc-1d7604642cf5032afc3b10d18dfe74e95aa9c643.tar.gz |
xorg packages now will be installed into ${PREFIX}/xorg by default,
so we don't have to conflict between XFree86 and xorg.
Suggested by grant@.
Diffstat (limited to 'fonts/xorg-fontsEncodings/Makefile')
-rw-r--r-- | fonts/xorg-fontsEncodings/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fonts/xorg-fontsEncodings/Makefile b/fonts/xorg-fontsEncodings/Makefile index bce4793e798..48a66dbf45c 100644 --- a/fonts/xorg-fontsEncodings/Makefile +++ b/fonts/xorg-fontsEncodings/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 04:57:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/29 06:36:33 xtraeme Exp $ DISTNAME= X11R6.7.0-src1 PKGNAME= xorg-fontsEncodings-${XORG_VER} @@ -11,9 +11,6 @@ COMMENT= X.org Encoding fonts BUILD_DEPENDS= xorg-clients>=6.7.0:../../x11/xorg-clients -CONFLICTS= XFree86-fontsEncodings-[0-9]* - -NO_XFREE86_TARGETS= # defined CHECK_X11_TYPE= # defined XBUILD_DIRS= fonts/encodings |