diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-16 19:26:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-16 19:26:52 +0000 |
commit | 0a1a4890fd052ef4e54f19ac9deae06a260d50d8 (patch) | |
tree | 2c4f47b21022738f13e845bedde331ed07a47f73 /chinese/rxvt/Makefile | |
parent | 845ac964e8812f053705474cd4ce6cc113bf50a4 (diff) | |
download | ports-0a1a4890fd052ef4e54f19ac9deae06a260d50d8.tar.gz ports-0a1a4890fd052ef4e54f19ac9deae06a260d50d8.zip |
Notes
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 |