diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-17 14:39:43 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-17 14:39:43 +0000 |
commit | 0125fe220154a7b7defc8293fbc35f746db3c015 (patch) | |
tree | 654233a94493573a6ee97fdde7fedddb2ee820a7 /www/seamonkey2 | |
parent | 79dedcead9d24d261cae86f7527b2312193f47d0 (diff) | |
download | FreeBSD-ports-0125fe220154a7b7defc8293fbc35f746db3c015.zip FreeBSD-ports-0125fe220154a7b7defc8293fbc35f746db3c015.tar.gz |
Remove gdk-pixbuf from LIB_DEPENDS - Mozilla doesn't need it anymore.
Submitted by: Szilveszter Adam <sziszi@bsd.hu>
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 7e97c7b..ecbdd97 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -25,7 +25,6 @@ LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ freetype.9:${PORTSDIR}/print/freetype2 WRKSRC= ${WRKDIR}/${PORTNAME} |