diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/netatalk/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'net/netatalk/Makefile')
-rw-r--r-- | net/netatalk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 382730d5c840..408bf15e4c42 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= SF MAINTAINER= marcus@FreeBSD.org COMMENT= File server for Mac OS X -LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libgcrypt.so:security/libgcrypt USES= gmake iconv libtool perl5 tar:bzip2 USE_BDB= 46+ @@ -74,7 +74,7 @@ PLIST_SUB+= NETATALKPAM="@comment " .if ${PORT_OPTIONS:MSRVLOC} CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE} -LIB_DEPENDS+= libslp.so:${PORTSDIR}/net/openslp +LIB_DEPENDS+= libslp.so:net/openslp SUB_LIST+= SRVLOC="slpd" .else SUB_LIST+= SRVLOC="" @@ -90,7 +90,7 @@ PLIST_SUB+= TIMELORD="@comment " .if ${PORT_OPTIONS:MZEROCONF} CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -LIB_DEPENDS+= libavahi-client.so:${PORTSDIR}/net/avahi-app +LIB_DEPENDS+= libavahi-client.so:net/avahi-app USES+= pkgconfig SUB_LIST+= ZEROCONF="avahi_daemon" .else |