aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-devel/Makefile
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-08-09 21:01:37 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-08-09 21:01:37 +0000
commit348cb221c1359ccdaac31189889bf7a56d59852e (patch)
tree9cd55d74280f144cc29eed67228a2d6c629aa899 /x11/rxvt-devel/Makefile
parent62ab843bbb45dfc9273cb4664cd89960b71dad59 (diff)
downloadports-348cb221c1359ccdaac31189889bf7a56d59852e.tar.gz
ports-348cb221c1359ccdaac31189889bf7a56d59852e.zip
Fix building on FreeBSD 5.x (link with libutil) after maintainer
timeout (43 days). While I'm at it, update 2.7.8 -> 2.7.10. This fixes XIM OverTheSpot for me.
Notes
Notes: svn path=/head/; revision=86680
Diffstat (limited to 'x11/rxvt-devel/Makefile')
-rw-r--r--x11/rxvt-devel/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index 8c0afeaba68c..108b66fe5d2b 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -9,8 +9,7 @@
# the same distfile.
PORTNAME= rxvt
-PORTVERSION= 2.7.8
-PORTREVISION= 1
+PORTVERSION= 2.7.10
CATEGORIES+= x11
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \
@@ -95,11 +94,7 @@ CONFIGURE_ARGS+= --enable-xim
CONFIGURE_ARGS+= --enable-xterm-scroll
.endif # WITH_XTERM_SCROLLBAR
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile"
-.endif
+CONFIGURE_ENV+= LIBS="-lutil"
pre-everything::
@${ECHO_MSG}
@@ -134,4 +129,4 @@ post-patch:
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/rxvt
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>