diff options
Diffstat (limited to 'net/howl/Makefile')
-rw-r--r-- | net/howl/Makefile | 3 |
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} |