diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:26:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:26:08 +0800 |
commit | b5c4dd3fae7295a4bc13a27b98b9a622508f460d (patch) | |
tree | 7fb3974a6426bec4aab6014a30924f80d14ad145 /net/netatalk3 | |
parent | 4a7e1514f30f19906c08052b844d2481d84e45c1 (diff) | |
download | freebsd-ports-graphics-b5c4dd3fae7295a4bc13a27b98b9a622508f460d.tar.gz freebsd-ports-graphics-b5c4dd3fae7295a4bc13a27b98b9a622508f460d.tar.zst freebsd-ports-graphics-b5c4dd3fae7295a4bc13a27b98b9a622508f460d.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_PERL5 -> USES=perl5
* USE_GMAKE -> USES=gmake
Diffstat (limited to 'net/netatalk3')
-rw-r--r-- | net/netatalk3/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 695cc5402ff..ec987b6cdb7 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -17,12 +17,8 @@ LATEST_LINK= netatalk3 USE_AUTOTOOLS= libtool USE_BDB= 46+ USE_BZIP2= yes -USES= iconv +USES= iconv gmake pkgconfig perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5= yes -USE_GNOME= pkgconfig -WANT_GNOME= yes USE_LDCONFIG= yes USE_RC_SUBR= netatalk @@ -88,7 +84,6 @@ PLIST_SUB+= NETATALKPAM="@comment " CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -USE_GNOME+= pkgconfig SUB_LIST+= ZEROCONF="avahi_daemon" .else CONFIGURE_ARGS+= --disable-zerconf |