diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 20:31:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 20:31:53 +0800 |
commit | 5da47980ec28c7e614c7d2b33ce70da741d20bd7 (patch) | |
tree | 67d9e2aa34bb63c895d3a1867d14c003cf7309f7 | |
parent | b699d0d55836eab9f077c9b950f4e883af789d90 (diff) | |
download | freebsd-ports-gnome-5da47980ec28c7e614c7d2b33ce70da741d20bd7.tar.gz freebsd-ports-gnome-5da47980ec28c7e614c7d2b33ce70da741d20bd7.tar.zst freebsd-ports-gnome-5da47980ec28c7e614c7d2b33ce70da741d20bd7.zip |
- Switch to USES=libtool
- Stagify
-rw-r--r-- | textproc/scim-openvanilla/Makefile | 8 |
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> |