diff options
author | asami <asami@FreeBSD.org> | 2000-09-14 18:43:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-14 18:43:24 +0800 |
commit | edd27defaf610bbc38e3a82df4f5b7245b43bf71 (patch) | |
tree | b792c27477834923c696b1c60504e30c06a307f4 /x11-toolkits/open-motif | |
parent | 547a5ddaa64f3d4abda3339412fc4544859a9a15 (diff) | |
download | freebsd-ports-graphics-edd27defaf610bbc38e3a82df4f5b7245b43bf71.tar.gz freebsd-ports-graphics-edd27defaf610bbc38e3a82df4f5b7245b43bf71.tar.zst freebsd-ports-graphics-edd27defaf610bbc38e3a82df4f5b7245b43bf71.zip |
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.
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index 3cb5f542a7f..598aee18496 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 \ |