diff options
Diffstat (limited to 'textproc/uim-qt/Makefile')
-rw-r--r-- | textproc/uim-qt/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/uim-qt/Makefile b/textproc/uim-qt/Makefile index fadb5686cbb..80ce44d624a 100644 --- a/textproc/uim-qt/Makefile +++ b/textproc/uim-qt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uim-qt -# Date created: 31 August 2003 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -qt @@ -12,7 +8,7 @@ COMMENT= QT modules of uim input method USE_QT_VER= 3 USE_AUTOTOOLS= libtool -LIB_DEPENDS= uim.8:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} |