From 148314483d3098c0d6a33944f1190842e671502f Mon Sep 17 00:00:00 2001 From: mat <mat@FreeBSD.org> Date: Fri, 1 Apr 2016 14:00:51 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr Sponsored by: Absolight --- databases/postgresql92-contrib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/postgresql92-contrib') diff --git a/databases/postgresql92-contrib/Makefile b/databases/postgresql92-contrib/Makefile index a90f71b3397a..021eb9d3b892 100644 --- a/databases/postgresql92-contrib/Makefile +++ b/databases/postgresql92-contrib/Makefile @@ -8,8 +8,8 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution -LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \ - libxml2.so:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxslt.so:textproc/libxslt \ + libxml2.so:textproc/libxml2 MASTERDIR= ${.CURDIR}/../postgresql92-server -- cgit