diff options
author | arved <arved@FreeBSD.org> | 2004-04-19 20:49:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-04-19 20:49:54 +0800 |
commit | 4ae2a84aba6f2908db4e5f7fa461bf0211520caf (patch) | |
tree | c6b53653e6c9de93ba68c9593406c8469dacf333 /x11/libXdamage | |
parent | 2d30a3e354f3ee4bbb390e1b56ecbe802bdb7f04 (diff) | |
download | freebsd-ports-gnome-4ae2a84aba6f2908db4e5f7fa461bf0211520caf.tar.gz freebsd-ports-gnome-4ae2a84aba6f2908db4e5f7fa461bf0211520caf.tar.zst freebsd-ports-gnome-4ae2a84aba6f2908db4e5f7fa461bf0211520caf.zip |
Use the right MTREE_FILE
Reported by: kris
Diffstat (limited to 'x11/libXdamage')
-rw-r--r-- | x11/libXdamage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index 1aa2c98d9fce..a84c8994d624 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -22,6 +22,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 |