diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 17:17:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 17:17:40 +0800 |
commit | 582f92c9eca70425ae44ed9b6c8c4d13d4653f14 (patch) | |
tree | b1b01cae6762445daa69eb9b242b95b7c4f49049 /misc | |
parent | cbc5a09a070c6595aacc4c2638523f4a7666e567 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |