diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-14 00:29:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-14 00:29:49 +0000 |
commit | c45a0ef4b2e95ac1cfaf55ae5f5f016a6bd4cc24 (patch) | |
tree | 99354cf2f13f5f94fcfc475287ab1a7973b2fe2d /mail/thunderbird-esr | |
parent | 2ec9fe8347d74bb493bbbb417860c39bd85250a3 (diff) | |
download | ports-c45a0ef4b2e95ac1cfaf55ae5f5f016a6bd4cc24.tar.gz ports-c45a0ef4b2e95ac1cfaf55ae5f5f016a6bd4cc24.zip |
Notes
Diffstat (limited to 'mail/thunderbird-esr')
-rw-r--r-- | mail/thunderbird-esr/Makefile | 3 | ||||
-rw-r--r-- | mail/thunderbird-esr/files/mozconfig.in | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 7ebedba5dbcb..8d6fa397cdff 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/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-esr/files/mozconfig.in b/mail/thunderbird-esr/files/mozconfig.in index d6e40db19291..2160060a1296 100644 --- a/mail/thunderbird-esr/files/mozconfig.in +++ b/mail/thunderbird-esr/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 |