diff options
author | mat <mat@FreeBSD.org> | 2016-04-11 17:07:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-11 17:07:45 +0800 |
commit | bdc407c2ed0aa1ced501f4eaf524593faf5de6e1 (patch) | |
tree | 78585d2bf357d52135c70350f93c76341a85d2e7 /net | |
parent | f15d6bd095466db53f3fe50137d3b4f28c0cfa40 (diff) | |
download | freebsd-ports-gnome-bdc407c2ed0aa1ced501f4eaf524593faf5de6e1.tar.gz freebsd-ports-gnome-bdc407c2ed0aa1ced501f4eaf524593faf5de6e1.tar.zst freebsd-ports-gnome-bdc407c2ed0aa1ced501f4eaf524593faf5de6e1.zip |
Remove ${PORTSDIR}/ from depends. Again.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r-- | net/libnss-pgsql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libnss-pgsql/Makefile b/net/libnss-pgsql/Makefile index 084440fcb80d..5fe7c6ad8876 100644 --- a/net/libnss-pgsql/Makefile +++ b/net/libnss-pgsql/Makefile @@ -13,7 +13,7 @@ COMMENT= NSS module using a PostgreSQL database for backend LICENSE= GPLv2 -BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto +BUILD_DEPENDS= xmlto:textproc/xmlto USES= autoreconf gmake libtool pgsql tar:tgz CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --includedir=${PREFIX}/include --libdir=${PREFIX}/lib --with-docdir=${DOCSDIR} |