diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 09:42:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 09:42:16 +0800 |
commit | c7c130034500cf7e7c4c37d9d92e8a6e98a52241 (patch) | |
tree | 1ecdc20800b30c952a5969c61a6963745b2e7fdd /x11-toolkits | |
parent | 01827f0d503596b9e03418834ee59eb477f035cc (diff) | |
download | freebsd-ports-gnome-c7c130034500cf7e7c4c37d9d92e8a6e98a52241.tar.gz freebsd-ports-gnome-c7c130034500cf7e7c4c37d9d92e8a6e98a52241.tar.zst freebsd-ports-gnome-c7c130034500cf7e7c4c37d9d92e8a6e98a52241.zip |
BROKEN on 5.x: Configure fails
Approved by: portmgr (self)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkextra--/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/gtkextra--/Makefile b/x11-toolkits/gtkextra--/Makefile index 23a55aed8387..3cfbcc22c320 100644 --- a/x11-toolkits/gtkextra--/Makefile +++ b/x11-toolkits/gtkextra--/Makefile @@ -25,4 +25,10 @@ USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ENV= PERL="${PERL}" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Configure fails on FreeBSD >= 5.x" +.endif + +.include <bsd.port.post.mk> |