diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:17:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:17:40 +0000 |
commit | e0e2c5228a6690440b633c25b0c582a06dc91003 (patch) | |
tree | 7ae2b7f867c64787822b0e475abe322934da04e0 /misc/icemc | |
parent | ba7f0475a6bfd8a064b21583cd187f5dd34a8175 (diff) | |
download | ports-e0e2c5228a6690440b633c25b0c582a06dc91003.tar.gz ports-e0e2c5228a6690440b633c25b0c582a06dc91003.zip |
Notes
Diffstat (limited to 'misc/icemc')
-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> |