summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 09:17:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 09:17:40 +0000
commite0e2c5228a6690440b633c25b0c582a06dc91003 (patch)
tree7ae2b7f867c64787822b0e475abe322934da04e0 /x11-wm
parentUpdate to 7.15. (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81201
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icemc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/icemc/Makefile b/x11-wm/icemc/Makefile
index ca2d11a4a715..0ff803ca1090 100644
--- a/x11-wm/icemc/Makefile
+++ b/x11-wm/icemc/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES= http://www.algorithm.at/comp/icemc/
MAINTAINER= adamw@FreeBSD.org
COMMENT= QT-based menu editor for IceWM
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_X_PREFIX= yes
USE_QT_VER= 3
@@ -22,4 +28,4 @@ MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>