diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /net/howl | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 3 | ||||
-rw-r--r-- | net/howl/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 5ad80ec1e425..2ad4fd3003cf 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -6,6 +6,7 @@ PORTNAME= howl PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ @@ -15,7 +16,7 @@ COMMENT= Zeroconf/Bonjour(tm) implementation USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig USE_GETOPT_LONG=yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_RC_SUBR= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index daa40307e8d4..7ecf48291c0c 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -25,9 +25,11 @@ include/howl/salt/signal.h include/howl/salt/socket.h include/howl/salt/time.h lib/libhowl.a +lib/libhowl.la lib/libhowl.so lib/libhowl.so.0 lib/libmDNSResponder.a +lib/libmDNSResponder.la lib/libmDNSResponder.so lib/libmDNSResponder.so.0 libdata/pkgconfig/howl.pc |