diff options
author | sat <sat@FreeBSD.org> | 2007-08-31 21:27:42 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-31 21:27:42 +0800 |
commit | 4bafca4a1d5ef69281e1183a36be985f7e982b33 (patch) | |
tree | 0531b2937620393c90e8ff2e7e04e0a2e7cd2ac4 /japanese | |
parent | 2aeddd747eb4b263850938c102018839e0633d29 (diff) | |
download | freebsd-ports-gnome-4bafca4a1d5ef69281e1183a36be985f7e982b33.tar.gz freebsd-ports-gnome-4bafca4a1d5ef69281e1183a36be985f7e982b33.tar.zst freebsd-ports-gnome-4bafca4a1d5ef69281e1183a36be985f7e982b33.zip |
- s/USE_X_LIB/USE_XLIB/ in unmaintained ports
Noticed by: gabor
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-skk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile index 5cef60665098..ddae56fea9de 100644 --- a/japanese/scim-skk/Makefile +++ b/japanese/scim-skk/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool:15 -USE_X_LIB= yes +USE_XLIB= yes USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes |