diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 21:19:15 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-31 21:19:15 +0800 |
commit | 4a01a4320e19fa58eaa3cc89b5bf5cd947d13596 (patch) | |
tree | 64bd33296b5f8251df9a78ed8fd1e8108d89b1a7 /textproc/scim-bridge | |
parent | 9157c8a08638ee609241205c455a7021c6395d5b (diff) | |
download | freebsd-ports-gnome-4a01a4320e19fa58eaa3cc89b5bf5cd947d13596.tar.gz freebsd-ports-gnome-4a01a4320e19fa58eaa3cc89b5bf5cd947d13596.tar.zst freebsd-ports-gnome-4a01a4320e19fa58eaa3cc89b5bf5cd947d13596.zip |
textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'textproc/scim-bridge')
-rw-r--r-- | textproc/scim-bridge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/scim-bridge/Makefile b/textproc/scim-bridge/Makefile index d79cfd385cb1..96c0d3a475e0 100644 --- a/textproc/scim-bridge/Makefile +++ b/textproc/scim-bridge/Makefile @@ -2,7 +2,7 @@ PORTNAME= scim-bridge PORTVERSION= 0.4.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} |