diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-10 05:22:13 +0000 |
commit | 610ae5681637c1051a0c17b54e29d97f53da2f3a (patch) | |
tree | c231a1eb74b07e444fa7363012cb84bf23d83ce0 /japanese/libtomoe-gtk | |
parent | 15b6544926b07a98710eeb765baf03e3fc9a195c (diff) |
Notes
Diffstat (limited to 'japanese/libtomoe-gtk')
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile index 5584c42a826d..217756ca61f3 100644 --- a/japanese/libtomoe-gtk/Makefile +++ b/japanese/libtomoe-gtk/Makefile @@ -8,7 +8,7 @@ PORTNAME= libtomoe-gtk PORTVERSION= 0.6.0 #PORTREVISION= 0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tomoe @@ -24,17 +24,17 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -OPTIONS= GUCHARMAP "Compile with gucharmap" on +#OPTIONS= GUCHARMAP "Compile with gucharmap" on .include <bsd.port.pre.mk> -.if defined(WITHOUT_GUCHARMAP) +#.if defined(WITHOUT_GUCHARMAP) CONFIGURE_ARGS+=--with-gucharmap=no PLIST_SUB+= GUCHARMAP="@comment " -.else -LIB_DEPENDS+= gucharmap.6:${PORTSDIR}/deskutils/gucharmap -PLIST_SUB+= GUCHARMAP="" -.endif +#.else +#LIB_DEPENDS+= gucharmap.6:${PORTSDIR}/deskutils/gucharmap +#PLIST_SUB+= GUCHARMAP="" +#.endif .if exists(${LOCALBASE}/libdata/pkgconfig/pytomoe.pc) USE_PYTHON= yes |