aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql93-contrib
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-15 17:17:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-15 17:17:05 +0000
commit1e4b76852c317adec50593421436d9940945eae8 (patch)
treede02e4c642fcf1f616ae5bf5df4f0f5dde93852f /databases/postgresql93-contrib
parentd9b7bbb063db0fb8c917ee94aeab43c8a43fd650 (diff)
downloadports-1e4b76852c317adec50593421436d9940945eae8.tar.gz
ports-1e4b76852c317adec50593421436d9940945eae8.zip
Notes
Diffstat (limited to 'databases/postgresql93-contrib')
-rw-r--r--databases/postgresql93-contrib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/postgresql93-contrib/Makefile b/databases/postgresql93-contrib/Makefile
index 9d300791a8c7..ca83040460a6 100644
--- a/databases/postgresql93-contrib/Makefile
+++ b/databases/postgresql93-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=93