diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 08:15:48 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 08:15:48 +0800 |
commit | 0d1fdcb76f6feab3106c741b7817b49cf5073d17 (patch) | |
tree | ba52a249b7cab923c0284bc57347cbe4dfd808ff | |
parent | 8a3e1b7b3892dec489f4fc5c2c8f86a2fd76cf73 (diff) | |
download | freebsd-ports-gnome-0d1fdcb76f6feab3106c741b7817b49cf5073d17.tar.gz freebsd-ports-gnome-0d1fdcb76f6feab3106c741b7817b49cf5073d17.tar.zst freebsd-ports-gnome-0d1fdcb76f6feab3106c741b7817b49cf5073d17.zip |
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 fc36c232451f..22611a21aa85 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> |