diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-16 01:17:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-16 01:17:05 +0800 |
commit | 34589002f9eab66279c2a3b6e919805ba1766157 (patch) | |
tree | de02e4c642fcf1f616ae5bf5df4f0f5dde93852f /databases/postgresql90-contrib | |
parent | db8d12c6d445a6e32a70b3276826b53edea6ee60 (diff) | |
download | freebsd-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/Makefile | 7 |
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 |