aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 17:17:40 +0800
committerkris <kris@FreeBSD.org>2003-05-18 17:17:40 +0800
commit582f92c9eca70425ae44ed9b6c8c4d13d4653f14 (patch)
treeb1b01cae6762445daa69eb9b242b95b7c4f49049 /misc
parentcbc5a09a070c6595aacc4c2638523f4a7666e567 (diff)
downloadfreebsd-ports-gnome-582f92c9eca70425ae44ed9b6c8c4d13d4653f14.tar.gz
freebsd-ports-gnome-582f92c9eca70425ae44ed9b6c8c4d13d4653f14.tar.zst
freebsd-ports-gnome-582f92c9eca70425ae44ed9b6c8c4d13d4653f14.zip
BROKEN on 5.1: does not compile
Diffstat (limited to 'misc')
-rw-r--r--misc/icemc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile
index ca2d11a4a715..0ff803ca1090 100644
--- a/misc/icemc/Makefile
+++ b/misc/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>