Date: Sun, 13 Oct 2013 15:24:57 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330233 - head/japanese/libtomoe-gtk Message-ID: <201310131524.r9DFOvrh029882@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310131524.r9DFOvrh029882>