diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /japanese | |
parent | Add system-config-printer (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209636
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ruby-rdic/Makefile | 5 | ||||
-rw-r--r-- | japanese/scim-honoka-plugin-romkan/Makefile | 1 | ||||
-rw-r--r-- | japanese/scim-honoka-plugin-wnn/Makefile | 3 | ||||
-rw-r--r-- | japanese/scim-honoka/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/japanese/ruby-rdic/Makefile b/japanese/ruby-rdic/Makefile index c891f806e6f1..4188cdbb150f 100644 --- a/japanese/ruby-rdic/Makefile +++ b/japanese/ruby-rdic/Makefile @@ -7,7 +7,7 @@ PORTNAME= rdic PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese ruby MASTER_SITES= http://www.yasgursfarm.us/download/ DIST_SUBDIR= ruby @@ -28,8 +28,7 @@ RUBY_SHEBANG_FILES= rdic \ RUBY_RD_FILES= xselection.rd \ xselection.rd.jp -USE_XLIB= yes - +USE_XORG= x11 INSTALL_TARGET= site-install MAKE_ARGS+= CFLAGS='-I ${X11BASE}/include' diff --git a/japanese/scim-honoka-plugin-romkan/Makefile b/japanese/scim-honoka-plugin-romkan/Makefile index c5acf078a0e2..ccbbf49f420f 100644 --- a/japanese/scim-honoka-plugin-romkan/Makefile +++ b/japanese/scim-honoka-plugin-romkan/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GETTEXT= yes USE_GNOME= lthack gnomehack -USE_XLIB= yes USE_ICONV= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 diff --git a/japanese/scim-honoka-plugin-wnn/Makefile b/japanese/scim-honoka-plugin-wnn/Makefile index 00ed6be6febf..969dcbfa2035 100644 --- a/japanese/scim-honoka-plugin-wnn/Makefile +++ b/japanese/scim-honoka-plugin-wnn/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-honoka-plugin-wnn PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= http://nop.net-p.org/files/honoka/ DISTNAME= honoka-plugin-wnn-${PORTVERSION} @@ -24,7 +24,6 @@ RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim \ USE_GETTEXT= yes USE_GNOME= lthack gnomehack -USE_XLIB= yes USE_ICONV= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 diff --git a/japanese/scim-honoka/Makefile b/japanese/scim-honoka/Makefile index 21ad8c44ffbe..5befc1ae26bb 100644 --- a/japanese/scim-honoka/Makefile +++ b/japanese/scim-honoka/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-honoka PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= http://nop.net-p.org/files/honoka/ DISTNAME= honoka-${PORTVERSION} @@ -21,7 +21,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_LDCONFIG= yes USE_GETTEXT= yes USE_GNOME= lthack gnomehack -USE_XLIB= yes USE_ICONV= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 |