summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-10-02 15:44:13 +0000
committerR. Imura <imura@FreeBSD.org>2000-10-02 15:44:13 +0000
commit4ac8d91ce16428528fa7cd6cb6ba1f6b09a1175c (patch)
treea8fef90dbc4b2b34aacc80002858b173aa987bec /www
parentI forgot: remove MTREE=yes (diff)
${LINUX_BASE} -> ${LINUXBASE}
Notes
Notes: svn path=/head/; revision=33331
Diffstat (limited to 'www')
-rw-r--r--www/linux-lesstif-ns/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/linux-lesstif-ns/Makefile b/www/linux-lesstif-ns/Makefile
index 6f84321e880f..75864382bac5 100644
--- a/www/linux-lesstif-ns/Makefile
+++ b/www/linux-lesstif-ns/Makefile
@@ -21,17 +21,15 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= imura@FreeBSD.org
-BUILD_DEPENDS= ${LINUX_BASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools
-RUN_DEPENDS= ${LINUX_BASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
+BUILD_DEPENDS= ${LINUXBASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools
-LINUX_BASE= /compat/linux
-PREFIX= ${LINUX_BASE}${X11BASE}
-NO_MTREE= yes
+USE_LINUX_PREFIX= yes
+PREFIX= ${LINUXBASE}${X11BASE}
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --host=${MACHINE_ARCH}--linux-gnu --enable-shared --enable-production \
--disable-build-20 --disable-debug --no-recursion \
--without-motif --disable-build-Xlt --disable-build-Xbae
-GMAKE= ${LINUX_BASE}/usr/bin/make
+GMAKE= ${LINUXBASE}/usr/bin/make
do-build:
cd ${WRKSRC}/lib/Xm && ${GMAKE}
@@ -41,8 +39,8 @@ do-install:
${PREFIX}/lib/libXm-ns.so.1.0.2
${LN} -sf libXm-ns.so.1.0.2 ${PREFIX}/lib/libXm.so.1
${LN} -sf libXm.so.1 ${PREFIX}/lib/libXm.so
- ${LINUX_BASE}/sbin/ldconfig
+ ${LINUXBASE}/sbin/ldconfig
.include <bsd.port.mk>
-CONFIGURE_ENV+= ${LINUX_BASE}/bin/bash
+CONFIGURE_ENV+= ${LINUXBASE}/bin/bash