diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-05 00:36:24 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-05 00:36:24 +0800 |
commit | 3e526361627c71b157ff5b5371e64c86a163b7d9 (patch) | |
tree | 42007187e30a20def0d30260d06f4557c4799885 /mail | |
parent | 92e23540e4577a7adc1d9e00acd5f38a71f3d91d (diff) | |
download | freebsd-ports-gnome-3e526361627c71b157ff5b5371e64c86a163b7d9.tar.gz freebsd-ports-gnome-3e526361627c71b157ff5b5371e64c86a163b7d9.tar.zst freebsd-ports-gnome-3e526361627c71b157ff5b5371e64c86a163b7d9.zip |
Fix build by adding libtool dependency.
Submitted by: kris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index c2c23a4dd485..4d2db5c4b6ab 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -31,6 +31,7 @@ USE_REINPLACE= yes USE_OPENSSL= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui libgtkhtml GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-threads \ --enable-gtkhtml \ --enable-ldap \ |