aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql90-contrib
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-10-16 01:17:05 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-10-16 01:17:05 +0800
commit34589002f9eab66279c2a3b6e919805ba1766157 (patch)
treede02e4c642fcf1f616ae5bf5df4f0f5dde93852f /databases/postgresql90-contrib
parentdb8d12c6d445a6e32a70b3276826b53edea6ee60 (diff)
downloadfreebsd-ports-gnome-34589002f9eab66279c2a3b6e919805ba1766157.tar.gz
freebsd-ports-gnome-34589002f9eab66279c2a3b6e919805ba1766157.tar.zst
freebsd-ports-gnome-34589002f9eab66279c2a3b6e919805ba1766157.zip
- Remove DISTV: only used in PKGNAMESUFFIX and complained by portlint
- Convert to new LIB_DEPENDS format for postgresql*-contrib Submitted by: sunpoet (myself) Reviewed by: crees (pgsql) Approved by: jgh (pgsql)
Diffstat (limited to 'databases/postgresql90-contrib')
-rw-r--r--databases/postgresql90-contrib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/postgresql90-contrib/Makefile b/databases/postgresql90-contrib/Makefile
index 6015c6a5cadb..891d0bd78dad 100644
--- a/databases/postgresql90-contrib/Makefile
+++ b/databases/postgresql90-contrib/Makefile
@@ -4,14 +4,13 @@
PORTNAME= postgresql
PORTREVISION= 0
CATEGORIES= databases
-PKGNAMESUFFIX?= ${DISTV:S/.//}-contrib
-DISTV= ${DISTVERSION:R}
+PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER= pgsql@FreeBSD.org
COMMENT= The contrib utilities from the PostgreSQL distribution
-LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \
- xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \
+ libxml2.so:${PORTSDIR}/textproc/libxml2
USE_PGSQL= yes
DEFAULT_PGSQL_VER=90