svn commit: r330233 - head/japanese/libtomoe-gtk
Hajimu UMEMOTO
ume at FreeBSD.org
Sun Oct 13 15:24:57 UTC 2013
Author: ume
Date: Sun Oct 13 15:24:56 2013
New Revision: 330233
URL: http://svnweb.freebsd.org/changeset/ports/330233
Log:
- enable stage.
- use modern LIB_DEPENDS format.
Modified:
head/japanese/libtomoe-gtk/Makefile
Modified: head/japanese/libtomoe-gtk/Makefile
==============================================================================
--- head/japanese/libtomoe-gtk/Makefile Sun Oct 13 15:22:36 2013 (r330232)
+++ head/japanese/libtomoe-gtk/Makefile Sun Oct 13 15:24:56 2013 (r330233)
@@ -11,7 +11,7 @@ DISTNAME= tomoe-gtk-${DISTVERSIONPREFIX}
MAINTAINER= ume at 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
More information about the svn-ports-all
mailing list