diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:32:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 01:32:15 +0800 |
commit | b2d14517fac1c350cf7c4881a57e4ebb4d195bf1 (patch) | |
tree | 7826808d4bf69739b6aa8cfa38f5c5b3a646b60b /korean | |
parent | e3a34503b281f847df2829a6c67ac384b20a360c (diff) | |
download | freebsd-ports-gnome-b2d14517fac1c350cf7c4881a57e4ebb4d195bf1.tar.gz freebsd-ports-gnome-b2d14517fac1c350cf7c4881a57e4ebb4d195bf1.tar.zst freebsd-ports-gnome-b2d14517fac1c350cf7c4881a57e4ebb4d195bf1.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'korean')
-rw-r--r-- | korean/scim-hangul/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/scim-hangul/Makefile b/korean/scim-hangul/Makefile index a26babb4e25a..ee6231520de9 100644 --- a/korean/scim-hangul/Makefile +++ b/korean/scim-hangul/Makefile @@ -3,6 +3,7 @@ PORTNAME= scim-hangul PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= korean MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} @@ -15,7 +16,7 @@ LIB_DEPENDS= libhangul.so:${PORTSDIR}/korean/libhangul \ libscim-1.0.so:${PORTSDIR}/textproc/scim GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake libtool:keepla pkgconfig OPTIONS_DEFINE= NLS OPTIONS_SUB= NLS |