diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2005-12-22 19:50:57 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2005-12-22 19:50:57 +0000 |
commit | 39d4d3829ad9bcd2509e8467b264cab0ea950ba0 (patch) | |
tree | 291fd45a8e02854809f67fc529666d6a7bba2194 /editors/xemacs-devel-mule/Makefile | |
parent | 0f42c53c5e218dfe091b3145a9cfef8993a24498 (diff) |
Notes
Diffstat (limited to 'editors/xemacs-devel-mule/Makefile')
-rw-r--r-- | editors/xemacs-devel-mule/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile index 96a70bcd2e71..c824f3104cde 100644 --- a/editors/xemacs-devel-mule/Makefile +++ b/editors/xemacs-devel-mule/Makefile @@ -7,6 +7,7 @@ PORTNAME= xemacs-devel-mule PORTVERSION= ${XEMACS_VER:S/-/./} +PORTREVISION= 1 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -170,10 +171,6 @@ PLIST_SUB+= WITH_PGSQL="" PLIST_SUB+= WITH_PGSQL="@comment " .endif -.if defined(WITH_WINDOWS1251) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cyrillic.el -.endif - BINNAMEEXT= -mule .if defined(CANNA) && defined(FREEWNN) CONFIGURE_ARGS+= --with-canna --with-wnn --with-wnn6=no |