diff options
Diffstat (limited to 'net/howl/Makefile')
-rw-r--r-- | net/howl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index e560cad1cdc6..5ad80ec1e425 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -15,7 +15,7 @@ COMMENT= Zeroconf/Bonjour(tm) implementation USE_GMAKE= yes USE_GNOME= gnometarget pkgconfig USE_GETOPT_LONG=yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_RC_SUBR= yes CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} |