aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-20 12:31:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-20 12:31:53 +0000
commit3dca4553ce42ecd3e88badd3ab4f0e9afe7786f4 (patch)
tree67d9e2aa34bb63c895d3a1867d14c003cf7309f7 /textproc
parentf54d1f9bc893b0beed88702290c10e58c1b3e2d5 (diff)
downloadports-3dca4553ce42ecd3e88badd3ab4f0e9afe7786f4.tar.gz
ports-3dca4553ce42ecd3e88badd3ab4f0e9afe7786f4.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/scim-openvanilla/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/scim-openvanilla/Makefile b/textproc/scim-openvanilla/Makefile
index 811d23acc8ca..2529a1789f8d 100644
--- a/textproc/scim-openvanilla/Makefile
+++ b/textproc/scim-openvanilla/Makefile
@@ -3,10 +3,9 @@
PORTNAME= scim-openvanilla
PORTVERSION= 0.7.2.20070514
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= rafan
+MASTER_SITES= LOCAL/rafan
DISTNAME= openvanilla-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -19,7 +18,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
USE_AUTOTOOLS= libltdl
WRKSRC= ${WRKDIR}/${DISTNAME}/Loaders/SCIM
-USES= pkgconfig gettext iconv gmake
+USES= pkgconfig gettext iconv gmake libtool:keepla
GNU_CONFIGURE= yes
CONFIGURE_ENV+= OV_MODULEDIR=${PREFIX}/lib/openvanilla/
CPPFLAGS+= -I${LOCALBASE}/include
@@ -28,5 +27,4 @@ PLIST_FILES= lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.a \
lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.la \
lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.so
-NO_STAGE= yes
.include <bsd.port.mk>