summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-14 10:43:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-14 10:43:24 +0000
commit26bd87fdc95917eec7e533668a2ffe1e07e2adff (patch)
tree6319e942448d7003d2c14c62c9d25007ac7c7f49
parentUpgrade to 2.1a6 (diff)
Add XFREE86_HTML_MAN=no, since this port does not install those stuff.
Add RUN_DEPENDS to imake, since it is necessary to use some of the stuff this port installs (imake config files, obviously). This also prevents the problem seen on bento about host.def left behind for ports using open-motif, which was caused by imake being pkg_deleted before open-motif. The dependency takes care of that. While I'm here, take out MANCOMPRESSED=yes, it's the default with USE_IMAKE set.
-rw-r--r--x11-toolkits/open-motif/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile
index 3cb5f542a7f3..598aee184968 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/open-motif/Makefile
@@ -23,13 +23,15 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= steve@FreeBSD.org
+RUN_DEPENDS= imake:${PORTSDIR}/devel/imake-4
+
DIST_SUBDIR= openmotif
WRKSRC= ${WRKDIR}/motif
USE_IMAKE= yes
MAKE_ENV+= LANG=C
XMKMF= ${MAKE} Makefile.boot
ALL_TARGET= VerifyOS Everything
-MANCOMPRESSED= yes
+XFREE86_HTML_MAN= no
MAN1= mwm.1 \
uil.1 \