diff options
author | steve <steve@FreeBSD.org> | 2007-08-15 04:07:25 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2007-08-15 04:07:25 +0800 |
commit | 03a34deffe4abcab86b5e58c369f8f788db851f0 (patch) | |
tree | 6b8a4a88c6c2f02c6796b199cc1c2ae7467b0cfa /x11-toolkits/open-motif | |
parent | f0dd62db28183cf9a3cc4b6686841df1d52a87ab (diff) | |
download | freebsd-ports-gnome-03a34deffe4abcab86b5e58c369f8f788db851f0.tar.gz freebsd-ports-gnome-03a34deffe4abcab86b5e58c369f8f788db851f0.tar.zst freebsd-ports-gnome-03a34deffe4abcab86b5e58c369f8f788db851f0.zip |
This port no longer RUN_DEPENDS on imake.
PR: 111103
Submitted by: christopher<chrismcc+freebsd@pricegrabber.com>
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index 0fb09258bc86..1e696bdd5884 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -8,7 +8,7 @@ PORTNAME= open-motif PORTVERSION= 2.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.motifzone.com/%SUBDIR%/ MASTER_SITE_SUBDIR= om${PORTVERSION}/src @@ -19,8 +19,6 @@ DIST_SUBDIR= openmotif MAINTAINER= steve@FreeBSD.org COMMENT= Motif X11 Toolkit (industry standard GUI (IEEE 1295)) -RUN_DEPENDS= imake:${X_IMAKE_PORT} - USE_AUTOTOOLS= libtool:15 CONFLICTS= lesstif-* USE_X_PREFIX= yes |