diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-03 16:13:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-03 16:13:08 +0000 |
commit | 7b6b09798fd1c41fe420cf5ae381a94f45612c4a (patch) | |
tree | 0bf8fa22e7bb90b79834f784848322c1a036cbc2 | |
parent | 4530e2185101f7823f76e6717ff2fcb49531a19c (diff) | |
download | ports-7b6b09798fd1c41fe420cf5ae381a94f45612c4a.tar.gz ports-7b6b09798fd1c41fe420cf5ae381a94f45612c4a.zip |
Notes
-rw-r--r-- | textproc/scim-openvanilla/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/scim-openvanilla/Makefile b/textproc/scim-openvanilla/Makefile index 85070271f427..02f9952c4997 100644 --- a/textproc/scim-openvanilla/Makefile +++ b/textproc/scim-openvanilla/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim-openvanilla PORTVERSION= 0.7.2.20070514 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES= LOCAL/rafan DISTNAME= openvanilla-${PORTVERSION} @@ -22,6 +22,7 @@ USES= pkgconfig gettext iconv gmake libtool:keepla GNU_CONFIGURE= yes CONFIGURE_ENV+= OV_MODULEDIR=${PREFIX}/lib/openvanilla/ CPPFLAGS+= -I${LOCALBASE}/include +INSTALL_TARGET= install-strip PLIST_FILES= lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.a \ lib/scim-1.0/1.4.0/IMEngine/OVLoader-SCIM.la \ |