aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 19:48:21 +0800
committerkris <kris@FreeBSD.org>2003-05-18 19:48:21 +0800
commit847fff39451bfce3fc1971c4007073296f7221f2 (patch)
tree511f81ef4dac31ae22a43884c5fb3fc508ab3562 /x11
parent3ddaf469382eaedeb2ac17057914ea4839e31db6 (diff)
downloadfreebsd-ports-gnome-847fff39451bfce3fc1971c4007073296f7221f2.tar.gz
freebsd-ports-gnome-847fff39451bfce3fc1971c4007073296f7221f2.tar.zst
freebsd-ports-gnome-847fff39451bfce3fc1971c4007073296f7221f2.zip
BROKEN on 5.1: does not compile
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-aoutlibs/Makefile4
-rw-r--r--x11/rxvt-devel/Makefile8
2 files changed, 11 insertions, 1 deletions
diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile
index 868a4e6362ee..3b28e715d2f3 100644
--- a/x11/XFree86-aoutlibs/Makefile
+++ b/x11/XFree86-aoutlibs/Makefile
@@ -22,6 +22,10 @@ USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
pre-configure:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index f8c30f57b635..773b224d67b6 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -24,6 +24,12 @@ COMMENT= A low memory usage xterm replacement that supports color
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
@@ -128,4 +134,4 @@ post-patch:
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/rxvt
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>