diff options
Diffstat (limited to 'textproc/uim-gnome')
-rw-r--r-- | textproc/uim-gnome/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/uim-gnome/Makefile b/textproc/uim-gnome/Makefile index c7f26f6dc12d..91ffc3d9ea3b 100644 --- a/textproc/uim-gnome/Makefile +++ b/textproc/uim-gnome/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: uim-gnome -# Date created: 31 August 2003 -# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> -# +# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -gnome COMMENT= GNOME applets of uim input method USE_GNOME= gtk20 gnomepanel libgnomeui -LIB_DEPENDS= uim.8:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim:${PORTSDIR}/textproc/uim RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk MASTERDIR= ${.CURDIR}/../../textproc/uim |