diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:26:08 +0000 |
commit | 0178653192192afa707f483c4b0f9111af5eeee1 (patch) | |
tree | 7fb3974a6426bec4aab6014a30924f80d14ad145 /net/howl | |
parent | 7ae19c3ad41d026409c8678165acb0a915c67d34 (diff) |
Notes
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 43e015a78857..db7e3d6a39b9 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: howl -# Date created: 21 July 2003 -# Whom: David Magda <dmagda+howl@ee.ryerson.ca> +# Created by: David Magda <dmagda+howl@ee.ryerson.ca> # $FreeBSD$ -# PORTNAME= howl PORTVERSION= 1.0.0 @@ -16,8 +13,7 @@ COMMENT= Zeroconf/Bonjour(tm) implementation CONFLICTS= avahi-[0-9]* USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes |