diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-02 17:59:12 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-02 17:59:12 +0000 |
commit | 48220d1006c322484de6dcebbbb5f1ffc95ef831 (patch) | |
tree | 9e061899af081c622c4128f570c604eff4d44179 /x11 | |
parent | 2f660ca23b90364eea2658752471e86f4ef082ff (diff) | |
download | pkgsrc-48220d1006c322484de6dcebbbb5f1ffc95ef831.tar.gz |
Explain the modifications required to use the XFree86 packages from
pkgsrc correctly.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-libs/MESSAGE | 13 | ||||
-rw-r--r-- | x11/XFree86-libs/Makefile | 5 |
2 files changed, 15 insertions, 3 deletions
diff --git a/x11/XFree86-libs/MESSAGE b/x11/XFree86-libs/MESSAGE new file mode 100644 index 00000000000..0c07a14e00e --- /dev/null +++ b/x11/XFree86-libs/MESSAGE @@ -0,0 +1,13 @@ +========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/02/02 17:59:12 xtraeme Exp $ + +Make sure you have defined X11BASE in /etc/mk.conf before try to install +pkgtools/x11-links. Then you can just add the following: + + X11BASE=${X11PREFIX}/X11R6 + +If you had previously installed x11-links, make sure you have modified +X11BASE and then reinstalled x11-links before building any X11 +application. + +========================================================================== diff --git a/x11/XFree86-libs/Makefile b/x11/XFree86-libs/Makefile index 6efc137abbd..2b1277450c9 100644 --- a/x11/XFree86-libs/Makefile +++ b/x11/XFree86-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/02 14:15:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/02 17:59:12 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-libs-${XF_VER} @@ -21,8 +21,7 @@ DEPENDS= imake>=4.3.0:../../x11/imake .include "../../mk/bsd.prefs.mk" -FILES_SUBST+= PKGBASE=${PKGBASE} -FILES_SUBST+= X11ROOT=${X11ROOT} +MESSAGE_SUBST+= X11PREFIX=${X11PREFIX} .if ${OPSYS} == "NetBSD" PLIST_SUBST+= MANPAGE_SUFFIX=${IMAKE_MANNEWSUFFIX} |