aboutsummaryrefslogtreecommitdiff
path: root/japanese/libtomoe-gtk
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2013-10-13 15:24:56 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2013-10-13 15:24:56 +0000
commit7dfe3e305448f6634356e33947254806cae39602 (patch)
tree46d7111215a63af964a4d2b92cdc6b753c63fea6 /japanese/libtomoe-gtk
parent23b203cb772d9cb7cdbef6cb4f76714cdca38887 (diff)
downloadports-7dfe3e305448f6634356e33947254806cae39602.tar.gz
ports-7dfe3e305448f6634356e33947254806cae39602.zip
- enable stage.
- use modern LIB_DEPENDS format.
Notes
Notes: svn path=/head/; revision=330233
Diffstat (limited to 'japanese/libtomoe-gtk')
-rw-r--r--japanese/libtomoe-gtk/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile
index b755ea893109..58bbb045ddd5 100644
--- a/japanese/libtomoe-gtk/Makefile
+++ b/japanese/libtomoe-gtk/Makefile
@@ -11,7 +11,7 @@ DISTNAME= tomoe-gtk-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= ume@FreeBSD.org
COMMENT= TOMOE GTK+ library
-LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe
+LIB_DEPENDS= libtomoe.so:${PORTSDIR}/japanese/tomoe
USE_GNOME= lthack gnomehack gtk20
GNU_CONFIGURE= yes
@@ -20,14 +20,13 @@ USE_LDCONFIG= yes
#OPTIONS= GUCHARMAP "Compile with gucharmap" on
-NO_STAGE= yes
.include <bsd.port.pre.mk>
#.if defined(WITHOUT_GUCHARMAP)
CONFIGURE_ARGS+=--with-gucharmap=no
PLIST_SUB+= GUCHARMAP="@comment "
#.else
-#LIB_DEPENDS+= gucharmap.6:${PORTSDIR}/deskutils/gucharmap
+#LIB_DEPENDS+= libgucharmap.so:${PORTSDIR}/deskutils/gucharmap
#PLIST_SUB+= GUCHARMAP=""
#.endif