diff options
author | kris <kris@FreeBSD.org> | 2004-02-08 07:29:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-08 07:29:51 +0800 |
commit | 936a6e547e6d07ea35e4dc67e2e4ce12b4078d59 (patch) | |
tree | 51457afc105c09cf3f2dbfcda05530c9b3657968 /x11-toolkits | |
parent | b7725d69abf92e380056f8b6df31ce69c954af0c (diff) | |
download | freebsd-ports-gnome-936a6e547e6d07ea35e4dc67e2e4ce12b4078d59.tar.gz freebsd-ports-gnome-936a6e547e6d07ea35e4dc67e2e4ce12b4078d59.tar.zst freebsd-ports-gnome-936a6e547e6d07ea35e4dc67e2e4ce12b4078d59.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xclasses/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/xclasses/Makefile b/x11-toolkits/xclasses/Makefile index 851af5278a6b..cb36a60768b2 100644 --- a/x11-toolkits/xclasses/Makefile +++ b/x11-toolkits/xclasses/Makefile @@ -25,6 +25,12 @@ USE_X_PREFIX= yes USE_XPM= yes WRKSRC= ${WRKDIR}/xclasses +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-patch: .for file in build System/ARules.FreeBSD @${PERL} -pi \ @@ -63,4 +69,4 @@ do-install: @cd ${WRKSRC} && ${SH} build install @${INSTALL_SCRIPT} ${WRKSRC}/setenvxc ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |