diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-08 02:33:05 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-08 02:33:05 +0000 |
commit | f11ad1a046b2f30d6bb3e62f89de4a8812c7b6c0 (patch) | |
tree | b719bf2782eedc2bceaf76ad65dddefa22da006a /x11 | |
parent | 8924156e6bd6e8deb2461ed5e9e005fe8cda51fa (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXinerama/Makefile | 1 | ||||
-rw-r--r-- | x11/printext/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile index 6ce7d2292cba..04f7e56807e7 100644 --- a/x11/libXinerama/Makefile +++ b/x11/libXinerama/Makefile @@ -23,6 +23,7 @@ CONFLICTS= XFree86-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} +MTREE_FILE= /etc/mtree/BSD.x11-4.dist GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes diff --git a/x11/printext/Makefile b/x11/printext/Makefile index 72ae4bd9a01a..569a6b5ea53e 100644 --- a/x11/printext/Makefile +++ b/x11/printext/Makefile @@ -17,6 +17,7 @@ COMMENT= Header files for the X Print Extension CONFLICTS= XFree86-libraries-* PREFIX?= ${X11BASE} +MTREE_FILE= /etc/mtree/BSD.x11-4.dist DIST_SUBDIR= xorg WRKSRC= ${WRKDIR}/xc/include/extensions EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/include/extensions |