diff options
Diffstat (limited to 'databases/postgresql84-contrib/Makefile')
| -rw-r--r-- | databases/postgresql84-contrib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql84-contrib/Makefile b/databases/postgresql84-contrib/Makefile index 492125af795c..e6f938214adb 100644 --- a/databases/postgresql84-contrib/Makefile +++ b/databases/postgresql84-contrib/Makefile @@ -4,7 +4,8 @@ PORTNAME= postgresql PORTREVISION= 0 CATEGORIES= databases -PKGNAMESUFFIX= -contrib +PKGNAMESUFFIX?= ${DISTV:S/.//}-contrib +DISTV= ${DISTVERSION:R} MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution @@ -21,6 +22,7 @@ BUILD_DIRS= src/port contrib INSTALL_DIRS= contrib SLAVE_ONLY= yes +COMPONENT= -contrib CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl NO_STAGE= yes |
