diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2013-05-15 00:51:16 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2013-05-15 00:51:16 +0800 |
commit | 2d78264f196193058d9da020f9e53a8f9689d8c5 (patch) | |
tree | a267d1b475414715fe605e54569850152daafa3d /textproc/uim-gnome/Makefile | |
parent | 26bbef1d2fc0c7cbf7af536b85c2e79e64889b33 (diff) | |
download | freebsd-ports-gnome-2d78264f196193058d9da020f9e53a8f9689d8c5.tar.gz freebsd-ports-gnome-2d78264f196193058d9da020f9e53a8f9689d8c5.tar.zst freebsd-ports-gnome-2d78264f196193058d9da020f9e53a8f9689d8c5.zip |
- Update to 1.8.5.
- Trim Makefile header.
- Remove shared lib version from LIB_DEPENDS.
Diffstat (limited to 'textproc/uim-gnome/Makefile')
-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 |