diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /editors/mule/Makefile | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'editors/mule/Makefile')
-rw-r--r-- | editors/mule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 10ded89ab364..ad6882191ade 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -8,7 +8,7 @@ PORTNAME= mule PORTVERSION= ${MULE_VERSION} PKGNAMESUFFIX= ${INPUT_METHOD} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= editors MASTER_SITES= ftp://ftp.m17n.org/pub/mule/ \ ftp://ftp.jaist.ac.jp/pub/GNU/mule/ \ @@ -29,6 +29,7 @@ EMACS_VERSION= 19.34 SLAVEDIRS= chinese/mule-freewnn USE_XLIB= yes +USE_XORG= xbitmaps WRKSRC= ${WRKDIR}/mule-${MULE_VERSION}-${EMACS_VERSION} PATCHDIR= ${.CURDIR}/../../editors/mule-common/files FILESDIR= ${.CURDIR}/../../editors/mule-common/files |