diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2007-08-30 16:50:39 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2007-08-30 16:50:39 +0000 |
commit | 47cd6330565e3e92c7ece7882aae1616f2002d8c (patch) | |
tree | 4f7d8686cb257e6d2e9f101cea992ead9c799240 | |
parent | One more sanity check, else /+CONTENS will be searched. (diff) |
Fix freetype_2_ dependency.
Notes
Notes:
svn path=/head/; revision=198543
Diffstat (limited to '')
-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 |