diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /mail/balsa | |
parent | - login(3), logout(3), and logwtmp(3) were removed in base r202216 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326137
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index ede5751e9beb..d608bf1b0c9b 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -19,13 +19,11 @@ LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ canberra-gtk:${PORTSDIR}/audio/libcanberra -USE_GMAKE= yes USE_BZIP2= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_PERL5= yes USE_OPENSSL= yes -USES= pathfix gettext iconv +USES= pathfix gettext iconv perl5 pkgconfig gmake USE_GNOME= gnomeprefix intlhack libgnomeui gtkhtml3 \ libgnomeprintui USE_AUTOTOOLS= libltdl |