diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-08-09 21:01:37 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-08-09 21:01:37 +0000 |
commit | 348cb221c1359ccdaac31189889bf7a56d59852e (patch) | |
tree | 9cd55d74280f144cc29eed67228a2d6c629aa899 /x11/rxvt-devel/Makefile | |
parent | 62ab843bbb45dfc9273cb4664cd89960b71dad59 (diff) |
Notes
Diffstat (limited to 'x11/rxvt-devel/Makefile')
-rw-r--r-- | x11/rxvt-devel/Makefile | 11 |
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> |