aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/viewklass
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-15 06:31:25 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-15 06:31:25 +0000
commitf87fba36d149360842333d0ae23626915008239b (patch)
tree2ac49e9c1ff1573b2fe120baa9398e33ea7a8df3 /x11-toolkits/viewklass
parentb6ba8cb218a4f8ab861bdeb9930be133a77072c8 (diff)
downloadports-f87fba36d149360842333d0ae23626915008239b.tar.gz
ports-f87fba36d149360842333d0ae23626915008239b.zip
update x11-toolkits/viewklass:
- update imake dependency PR: 54292 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=84907
Diffstat (limited to 'x11-toolkits/viewklass')
-rw-r--r--x11-toolkits/viewklass/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-toolkits/viewklass/Makefile b/x11-toolkits/viewklass/Makefile
index c5242a278f97..e5611da77d56 100644
--- a/x11-toolkits/viewklass/Makefile
+++ b/x11-toolkits/viewklass/Makefile
@@ -16,15 +16,20 @@ DISTNAME= ViewKlass-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ Framework for Motif
+.include <bsd.port.pre.mk>
+
+BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake
+.if ${XFREE86_VERSION} == 3
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake
+.else
+BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4
+.endif
USE_X_PREFIX= yes
USE_MOTIF= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-.include <bsd.port.pre.mk>
-
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif