diff options
author | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /mail/balsa2 | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip |
Sync with new bsd.autotools.mk
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 2f67bfd32840..a853d455f80e 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -17,9 +17,9 @@ COMMENT= A mail reader for the GNOME 2 desktop LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell \ pcre.0:${PORTSDIR}/devel/pcre \ - esmtp.6:${PORTSDIR}/mail/libesmtp \ - ltdl.4:${PORTSDIR}/devel/libltdl + esmtp.6:${PORTSDIR}/mail/libesmtp +USE_LIBLTDL= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes |