diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-15 14:31:25 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-15 14:31:25 +0800 |
commit | 4603655e39452924b70fa998b5c5713e7da11f51 (patch) | |
tree | 8afeda08fe10f9d0aac2d53cb77ac5c1f25972a6 /x11-toolkits/viewklass | |
parent | b1768f4b5ae003d47e24bd3a6607810605ddd618 (diff) | |
download | freebsd-ports-gnome-4603655e39452924b70fa998b5c5713e7da11f51.tar.gz freebsd-ports-gnome-4603655e39452924b70fa998b5c5713e7da11f51.tar.zst freebsd-ports-gnome-4603655e39452924b70fa998b5c5713e7da11f51.zip |
update x11-toolkits/viewklass:
- update imake dependency
PR: 54292
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'x11-toolkits/viewklass')
-rw-r--r-- | x11-toolkits/viewklass/Makefile | 9 |
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 |