diff options
author | ume <ume@FreeBSD.org> | 2007-09-01 00:25:23 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-09-01 00:25:23 +0800 |
commit | b4484b4dec27ef466f319e17b1b9d718699b8f1c (patch) | |
tree | 3797cf02252fdca95a68d1b22674050120f49602 /japanese | |
parent | 75b6e3fc793815d03bc3729793ea811554d12340 (diff) | |
download | freebsd-ports-gnome-b4484b4dec27ef466f319e17b1b9d718699b8f1c.tar.gz freebsd-ports-gnome-b4484b4dec27ef466f319e17b1b9d718699b8f1c.tar.zst freebsd-ports-gnome-b4484b4dec27ef466f319e17b1b9d718699b8f1c.zip |
USE_X_LIB --> USE_XLIB
Reported by: infofarmer
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-tomoe/Makefile | 4 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index 70a947477fc5..fdcb0c0aeb79 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-tomoe PORTVERSION= 0.6.0 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tomoe @@ -20,7 +20,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk USE_GNOME= lthack -USE_X_LIB= yes +USE_XLIB= yes USE_GETTEXT= yes USE_ICONV= yes USE_GMAKE= yes diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index c2b2db17c117..538b273a30cd 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= uim-tomoe-gtk PORTVERSION= 0.6.0 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=tomoe @@ -20,7 +20,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ uim.4:${PORTSDIR}/textproc/uim USE_GNOME= lthack gtk20 -USE_X_LIB= yes +USE_XLIB= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes |