diff options
author | arved <arved@FreeBSD.org> | 2004-04-19 12:49:54 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-04-19 12:49:54 +0000 |
commit | 4ae2a84aba6f2908db4e5f7fa461bf0211520caf (patch) | |
tree | c6b53653e6c9de93ba68c9593406c8469dacf333 /x11-toolkits/libXmu/Makefile | |
parent | 2d30a3e354f3ee4bbb390e1b56ecbe802bdb7f04 (diff) | |
download | FreeBSD-ports-4ae2a84aba6f2908db4e5f7fa461bf0211520caf.zip FreeBSD-ports-4ae2a84aba6f2908db4e5f7fa461bf0211520caf.tar.gz |
Use the right MTREE_FILE
Reported by: kris
Diffstat (limited to 'x11-toolkits/libXmu/Makefile')
-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 3f229e0..faa6182 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 |