diff options
author | anholt <anholt@FreeBSD.org> | 2004-12-10 04:58:38 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-12-10 04:58:38 +0800 |
commit | ae4c31d8e8f3f65f7e09368590887646c821dd5f (patch) | |
tree | 3ef1b631b295121fb1d598e7116b900f116fbdf2 /x11/libXxf86 | |
parent | d5c2b37087f47f6844d04ff7e29f896dd6813b74 (diff) | |
download | freebsd-ports-gnome-ae4c31d8e8f3f65f7e09368590887646c821dd5f.tar.gz freebsd-ports-gnome-ae4c31d8e8f3f65f7e09368590887646c821dd5f.tar.zst freebsd-ports-gnome-ae4c31d8e8f3f65f7e09368590887646c821dd5f.zip |
Use the right MTREE_FILE, since we're not using USE_X_PREFIX.
Diffstat (limited to 'x11/libXxf86')
-rw-r--r-- | x11/libXxf86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXxf86/Makefile b/x11/libXxf86/Makefile index 899b7dc6c856..a7e9b325ae2a 100644 --- a/x11/libXxf86/Makefile +++ b/x11/libXxf86/Makefile @@ -24,6 +24,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_IMAKE= YES USE_X_PREFIX= no PREFIX?= ${X11BASE} +MTREE_FILE= /etc/mtree/BSD.x11-4.dist DIST_SUBDIR= xorg INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/xc/lib |