diff options
-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> |