diff options
author | vanilla <vanilla@FreeBSD.org> | 1997-12-17 03:26:52 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1997-12-17 03:26:52 +0800 |
commit | 4449c18be6db20ceec028c77f3eae9ed3ab8aa20 (patch) | |
tree | d082d3ffed44d27a270f537911d16fb5310890bf /chinese/rxvt/Makefile | |
parent | 2620406406645e58f7881c16b89bd046104ef939 (diff) | |
download | freebsd-ports-gnome-4449c18be6db20ceec028c77f3eae9ed3ab8aa20.tar.gz freebsd-ports-gnome-4449c18be6db20ceec028c77f3eae9ed3ab8aa20.tar.zst freebsd-ports-gnome-4449c18be6db20ceec028c77f3eae9ed3ab8aa20.zip |
RUN_DEPENDs to chinese/xcin.
Diffstat (limited to 'chinese/rxvt/Makefile')
-rw-r--r-- | chinese/rxvt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/rxvt/Makefile b/chinese/rxvt/Makefile index 5b6b2d6f7c72..76d472593d92 100644 --- a/chinese/rxvt/Makefile +++ b/chinese/rxvt/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 16 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id$ +# $Id: Makefile,v 1.2 1997/12/04 03:12:16 asami Exp $ # DISTNAME= rxvt-2.4.4 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.math.fu-berlin.de/pub/rxvt/devel/ MAINTAINER= frankch@waru.life.nthu.edu.tw +RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin + USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-big5=yes --enable-xcin=yes |