diff options
author | steve <steve@FreeBSD.org> | 1999-03-15 09:25:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-15 09:25:10 +0800 |
commit | baf8328ec73292d70d9b55d71a310ecf645250b3 (patch) | |
tree | 204a10c838a7a618fe5ac6bbb7ec9e8274a98af3 /chinese/rxvt/Makefile | |
parent | e1b0521252309abd69c9470e1e18508ff6548206 (diff) | |
download | freebsd-ports-gnome-baf8328ec73292d70d9b55d71a310ecf645250b3.tar.gz freebsd-ports-gnome-baf8328ec73292d70d9b55d71a310ecf645250b3.tar.zst freebsd-ports-gnome-baf8328ec73292d70d9b55d71a310ecf645250b3.zip |
Update to version 2.6PRE2.
PR: 10394
Submitted by: maintainer
Diffstat (limited to 'chinese/rxvt/Makefile')
-rw-r--r-- | chinese/rxvt/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chinese/rxvt/Makefile b/chinese/rxvt/Makefile index 1cb3d4e2d832..0dec8b7223a9 100644 --- a/chinese/rxvt/Makefile +++ b/chinese/rxvt/Makefile @@ -1,24 +1,24 @@ # New ports collection Makefile for: rxvt -# Version required: 2.4.11 +# Version required: 2.6.PRE2 # Date created: Nov 16 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.8 1998/12/09 05:05:32 vanilla Exp $ +# $Id: Makefile,v 1.9 1999/01/17 07:34:26 vanilla Exp $ # -DISTNAME= rxvt-2.4.11 -PKGNAME= zh-rxvt-2.4.11 +DISTNAME= rxvt-2.6.PRE2 +PKGNAME= zh-rxvt-2.6.PRE2 CATEGORIES= chinese x11 MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/ \ ftp://ftp.math.fu-berlin.de/pub/rxvt/ MAINTAINER= frankch@waru.life.nthu.edu.tw -RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin +BUILD_DEPENDS= yodl2man:${PORTSDIR}/textproc/yodl USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-big5=yes --enable-xcin=yes +CONFIGURE_ARGS= --enable-big5=yes --enable-xim=yes MAN1= crxvt.1 .include <bsd.port.mk> |