diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:59:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:59:35 +0000 |
commit | fed612402309789ce2d1998ba15ede2bdce5321b (patch) | |
tree | 2362131e9a22b444edb5e060f6c995b9a37ee2d7 /x11-wm | |
parent | 2824266545c8bb79fc44a6428011335d8df7c92b (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/clementine/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/clementine/Makefile b/x11-wm/clementine/Makefile index 8ffc370056ed..49d262a55d4b 100644 --- a/x11-wm/clementine/Makefile +++ b/x11-wm/clementine/Makefile @@ -17,6 +17,12 @@ COMMENT= Has title bars, iconizing, and styles (unstable) RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \ rxvt:${PORTSDIR}/x11/rxvt +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + PLIST= ${WRKDIR}/pkg-plist PKGMESSAGE= ${WRKDIR}/pkg-message USE_GMAKE= yes @@ -63,4 +69,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |