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-toolkits/libXmu | |
parent | Whitespace cleanup (layout + missing tab). (diff) |
Use the right MTREE_FILE
Reported by: kris
Notes
Notes:
svn path=/head/; revision=107583
Diffstat (limited to 'x11-toolkits/libXmu')
-rw-r--r-- | x11-toolkits/libXmu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile index 3f229e0f465e..faa6182d303d 100644 --- a/x11-toolkits/libXmu/Makefile +++ b/x11-toolkits/libXmu/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} 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 |