diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-14 00:29:49 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-14 00:29:49 +0000 |
commit | 0f8ab78e3669ea3d9c3b4e42366211907bd43525 (patch) | |
tree | fc5d8dc8a3b8a18f3477f57ce46e80ccf24da238 /mail/thunderbird | |
parent | f0123234d6e05c4ae8d9210bb428c850ec39fa0b (diff) | |
download | FreeBSD-ports-0f8ab78e3669ea3d9c3b4e42366211907bd43525.zip FreeBSD-ports-0f8ab78e3669ea3d9c3b4e42366211907bd43525.tar.gz |
- Remove mng support, it has never worked
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird/files/mozconfig.in | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 7ebedba..8d6fa39 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -17,8 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Mozilla Thunderbird is standalone mail and news that stands above LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng + png.5:${PORTSDIR}/graphics/png BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip USE_X_PREFIX= yes diff --git a/mail/thunderbird/files/mozconfig.in b/mail/thunderbird/files/mozconfig.in index d6e40db..2160060 100644 --- a/mail/thunderbird/files/mozconfig.in +++ b/mail/thunderbird/files/mozconfig.in @@ -39,7 +39,6 @@ ac_add_options --prefix=@PREFIX@ ac_add_options --with-system-jpeg=@LOCALBASE@ ac_add_options --with-system-zlib ac_add_options --with-system-png=@LOCALBASE@ -ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # set compile/link features ac_add_options --with-pthreads |