diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
commit | b5ba813ea5944af104ec60ac850c443c15349ebf (patch) | |
tree | 7f011faddcf2ca91ab28c4bad6d370d5f9b9af96 /x11-toolkits | |
parent | c8f26211d7c759b801203f44f5fbefd4a52ae14b (diff) | |
download | ports-b5ba813ea5944af104ec60ac850c443c15349ebf.tar.gz ports-b5ba813ea5944af104ec60ac850c443c15349ebf.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox-devel/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/fox14/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtkmathview/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/vdk/Makefile | 4 |
4 files changed, 19 insertions, 1 deletions
diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile index c635444723fc..5bbcb1043e1d 100644 --- a/x11-toolkits/fox-devel/Makefile +++ b/x11-toolkits/fox-devel/Makefile @@ -136,6 +136,10 @@ pre-everything:: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + ## ## Port conflict management ## diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index c635444723fc..5bbcb1043e1d 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -136,6 +136,10 @@ pre-everything:: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + ## ## Port conflict management ## diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index 45b1b43ce5a9..aa1dc7e5efe0 100644 --- a/x11-toolkits/gtkmathview/Makefile +++ b/x11-toolkits/gtkmathview/Makefile @@ -20,6 +20,12 @@ LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ xml2:${PORTSDIR}/textproc/libxml2 \ gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= glib12 gtk12 @@ -39,4 +45,4 @@ post-patch: post-install: @install-info ${PREFIX}/info/gtkmathview.info ${PREFIX}/info/dir -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/vdk/Makefile b/x11-toolkits/vdk/Makefile index ea909f758783..69ca8d1dc60e 100644 --- a/x11-toolkits/vdk/Makefile +++ b/x11-toolkits/vdk/Makefile @@ -26,6 +26,10 @@ MAN1= vdk-config.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + .if ${HAVE_GNOME:Mgnomelibs}!="" USE_GNOME= gnomelibs PKGNAMESUFFIX= -gnome |