diff options
author | netchild <netchild@FreeBSD.org> | 2007-08-31 00:50:39 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2007-08-31 00:50:39 +0800 |
commit | 170bfea48f22d84b8ced1f83e7fe9317374b7992 (patch) | |
tree | 73a1d68339ce79f5a7a7b73655cccce1235702c8 /mail | |
parent | 657ef87f2b84da4a24f75bd0697dc1158c4e8cd1 (diff) | |
download | freebsd-ports-gnome-170bfea48f22d84b8ced1f83e7fe9317374b7992.tar.gz freebsd-ports-gnome-170bfea48f22d84b8ced1f83e7fe9317374b7992.tar.zst freebsd-ports-gnome-170bfea48f22d84b8ced1f83e7fe9317374b7992.zip |
Fix freetype_2_ dependency.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 31dd1923ee24..9206e20dcd48 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,7 +7,7 @@ PORTNAME= claws-mail PORTVERSION= 2.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -22,6 +22,7 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ cairo:${PORTSDIR}/graphics/cairo \ expat:${PORTSDIR}/textproc/expat2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + freetype:${PORTSDIR}/print/freetype2 \ png:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support @@ -34,7 +35,6 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_ICONV= yes -USE_FREETYPE= yes USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xinerama xrandr \ xrender USE_GNOME= gnomehack pkgconfig gtk20 glib20 atk libartlgpl2 pango libxml2 |