diff options
author | kris <kris@FreeBSD.org> | 2007-01-28 17:07:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-28 17:07:47 +0800 |
commit | 62aa7fe94673789fb863494cfaf642ffdcff0b5d (patch) | |
tree | dadff634ddd561962b249aea07d4cfb45982ed98 /net/howl/Makefile | |
parent | 6f9d2cc492dfb48ff79f2a18bb35ea9fd095eac6 (diff) | |
download | freebsd-ports-gnome-62aa7fe94673789fb863494cfaf642ffdcff0b5d.tar.gz freebsd-ports-gnome-62aa7fe94673789fb863494cfaf642ffdcff0b5d.tar.zst freebsd-ports-gnome-62aa7fe94673789fb863494cfaf642ffdcff0b5d.zip |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'net/howl/Makefile')
-rw-r--r-- | net/howl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 6582bef9d89b..9f1191411000 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.porchdogsoft.com/download/ MAINTAINER= marcus@FreeBSD.org COMMENT= Zeroconf/Bonjour(tm) implementation +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig USE_GETOPT_LONG=yes |