diff options
author | ume <ume@FreeBSD.org> | 2007-01-16 12:05:30 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-01-16 12:05:30 +0000 |
commit | 20458ba0ae16484abb19bf7fe8e2f12dd45adc18 (patch) | |
tree | d22fa47900ce48047f6a47f8be76c1d6bf3a0403 /japanese | |
parent | 7141caf39c3b771db8bb641346a8818c62ae9bd2 (diff) | |
download | FreeBSD-ports-20458ba0ae16484abb19bf7fe8e2f12dd45adc18.zip FreeBSD-ports-20458ba0ae16484abb19bf7fe8e2f12dd45adc18.tar.gz |
Fix build by adding missing dependency to deskutils/gucharmap.
Reported by: pointyhat via kris
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile index 6438b74..26d49a6 100644 --- a/japanese/libtomoe-gtk/Makefile +++ b/japanese/libtomoe-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtomoe-gtk PORTVERSION= 0.5.0 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=tomoe/23341 @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR=tomoe/23341 MAINTAINER= ume@FreeBSD.org COMMENT= TOMOE GTK+ library -LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe +LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \ + gucharmap.5:${PORTSDIR}/deskutils/gucharmap USE_GNOME= lthack gnomehack gtk20 GNU_CONFIGURE= yes |