diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2013-05-14 16:51:16 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2013-05-14 16:51:16 +0000 |
commit | 3efa67895e3da532532297f27219d5577b98f7fb (patch) | |
tree | a267d1b475414715fe605e54569850152daafa3d /textproc/uim-qt4 | |
parent | 4e0bf4d3794103f98004cd7493c78c808555b124 (diff) |
- Update to 1.8.5.
- Trim Makefile header.
- Remove shared lib version from LIB_DEPENDS.
Notes
Notes:
svn path=/head/; revision=318178
Diffstat (limited to 'textproc/uim-qt4')
-rw-r--r-- | textproc/uim-qt4/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/uim-qt4/Makefile b/textproc/uim-qt4/Makefile index a9edaf13ec18..e946f3c2feba 100644 --- a/textproc/uim-qt4/Makefile +++ b/textproc/uim-qt4/Makefile @@ -1,15 +1,11 @@ -# New ports collection makefile for: uim-qt4 -# Date created: 2008-21-08 -# Whom: Yamashiro Jun <yamajun@ofug.net> -# +# Created by: Yamashiro Jun <yamajun@ofug.net> # $FreeBSD$ -# PKGNAMESUFFIX= -qt4 COMMENT= Qt4 modules of uim input method -LIB_DEPENDS= uim.8:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim USE_QT4= qmake_build moc_build qt3support uic USE_AUTOTOOLS= libtool |