From 4e1b79a0a61f4973df8b4b0864d22086c769e219 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold 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-server/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql92-server/Makefile') diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index ac5f29b56242..547a34f7f454 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -124,7 +124,7 @@ SSL_CONFIGURE_WITH=openssl PAM_CONFIGURE_WITH= pam XML_CONFIGURE_WITH= libxml -XML_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 TZDATA_CONFIGURE_OFF=--with-system-tzdata=/usr/share/zoneinfo @@ -154,7 +154,7 @@ USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+=--with-icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu PATCHFILES+= ${ICU_PATCHFILE}:icu -LIB_DEPENDS+= libicudata.so:${PORTSDIR}/devel/icu +LIB_DEPENDS+= libicudata.so:devel/icu . endif .endif # !SLAVE_ONLY @@ -188,7 +188,7 @@ IGNORE= requires that you remove heimdal's /usr/bin/krb5-config and /usr/lib/lib CONFIGURE_ARGS+=--with-krb5 # Allow defining a home built MIT Kerberos by setting KRB5_HOME . if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config) -LIB_DEPENDS+= libkrb5.so.3:${PORTSDIR}/security/krb5 +LIB_DEPENDS+= libkrb5.so.3:security/krb5 . endif . endif . endif -- cgit v1.2.3