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/libXv | |
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/libXv')
-rw-r--r-- | x11/libXv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index ca52f618bb17..60aee01a26b9 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -24,6 +24,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 |