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-toolkits | |
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-toolkits')
-rw-r--r-- | x11-toolkits/libXaw/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libXmu/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libXt/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index 0729e25b1ccb..bcb70a245947 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -25,6 +25,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 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 diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 51b1f11b5725..53c25a445491 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -24,6 +24,7 @@ CONFLICTS= XFree86-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} +MTREE_FILE= /etc/mtree/BSD.x11-4.dist GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |