diff options
Diffstat (limited to 'databases/postgresql93-contrib/Makefile')
-rw-r--r-- | databases/postgresql93-contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql93-contrib/Makefile b/databases/postgresql93-contrib/Makefile index 403a664f8f1d..1214e77be667 100644 --- a/databases/postgresql93-contrib/Makefile +++ b/databases/postgresql93-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}/../postgresql93-server |