diff options
author | ume <ume@FreeBSD.org> | 2013-10-13 23:24:56 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2013-10-13 23:24:56 +0800 |
commit | cf360874a0347e389c96fe2577b55b9ee149e795 (patch) | |
tree | 46d7111215a63af964a4d2b92cdc6b753c63fea6 | |
parent | c9aad7ab96c57c15b8e80bc77d5527b809865c60 (diff) | |
download | freebsd-ports-gnome-cf360874a0347e389c96fe2577b55b9ee149e795.tar.gz freebsd-ports-gnome-cf360874a0347e389c96fe2577b55b9ee149e795.tar.zst freebsd-ports-gnome-cf360874a0347e389c96fe2577b55b9ee149e795.zip |
- enable stage.
- use modern LIB_DEPENDS format.
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 5 |
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 |