diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 00:15:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 00:15:48 +0000 |
commit | 3805671ec57d7d263b5d7ea5ba472100b3971298 (patch) | |
tree | 541ee20e3747ac025cedb59b5aa4f08f65850d8a | |
parent | 2492b7ab2da903cd243ca28bfbe4d932bb1df659 (diff) | |
download | FreeBSD-ports-3805671ec57d7d263b5d7ea5ba472100b3971298.zip FreeBSD-ports-3805671ec57d7d263b5d7ea5ba472100b3971298.tar.gz |
BROKEN on 4.x: does not compile
-rw-r--r-- | x11-wm/obconf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile index fc36c23..22611a2 100644 --- a/x11-wm/obconf/Makefile +++ b/x11-wm/obconf/Makefile @@ -26,6 +26,12 @@ USE_GMAKE= yes USE_GNOME= gtk20 libglade2 USE_X_PREFIX= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + pre-configure: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} @@ -59,4 +65,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/src/obconf.glade \ ${PREFIX}/share/openbox/obconf -.include <bsd.port.mk> +.include <bsd.port.post.mk> |