diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
commit | 847fff39451bfce3fc1971c4007073296f7221f2 (patch) | |
tree | 511f81ef4dac31ae22a43884c5fb3fc508ab3562 /x11/rxvt-devel | |
parent | 3ddaf469382eaedeb2ac17057914ea4839e31db6 (diff) | |
download | FreeBSD-ports-847fff39451bfce3fc1971c4007073296f7221f2.zip FreeBSD-ports-847fff39451bfce3fc1971c4007073296f7221f2.tar.gz |
BROKEN on 5.1: does not compile
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r-- | x11/rxvt-devel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index f8c30f5..773b224 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> |