diff options
author | nork <nork@FreeBSD.org> | 2007-09-02 15:08:56 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2007-09-02 15:08:56 +0000 |
commit | 8c7fac4824b40d04ad4646406e0ee5c529492265 (patch) | |
tree | 9cf82734048097fca0a4f2d5909fb38d05821369 /japanese | |
parent | 2ddd873c02db743136548da68a1567a491b4eccd (diff) | |
download | FreeBSD-ports-8c7fac4824b40d04ad4646406e0ee5c529492265.zip FreeBSD-ports-8c7fac4824b40d04ad4646406e0ee5c529492265.tar.gz |
Fix type: USE_X_LIB --> USE_XLIB
PR: ports/116008
Submitted by: Seiya Yanagita s_yanagita at ybb.ne.jp
Reported by: infofarmer
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-uim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/scim-uim/Makefile b/japanese/scim-uim/Makefile index dea74f3..7205b9c 100644 --- a/japanese/scim-uim/Makefile +++ b/japanese/scim-uim/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-uim PORTVERSION= 0.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://freedesktop.org/~suzhe/sources/ @@ -22,7 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool:15 USE_GNOME= lthack -USE_X_LIB= yes +USE_XLIB= yes USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes |