diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-19 12:49:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-19 12:49:54 +0000 |
commit | eea2b2f9caa6d436c2633ca665748f04ba17ef2a (patch) | |
tree | 455a4dad4c4d679b55fdc350aa8eb800ebd7438c /x11/libXres | |
parent | Whitespace cleanup (layout + missing tab). (diff) |
Use the right MTREE_FILE
Reported by: kris
Diffstat (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 1ee80faf1680..c089539b5d8c 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -26,6 +26,7 @@ CONFLICTS= XFree86-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} +MTREE_FILE= /etc/mtree/BSD.x11-4.dist GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |