summaryrefslogtreecommitdiff
path: root/net/howl/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /net/howl/Makefile
parentUnbreak: make it fetchable again (diff)
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156749
Diffstat (limited to 'net/howl/Makefile')
-rw-r--r--net/howl/Makefile3
1 files changed, 2 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}