diff options
Diffstat (limited to 'databases/postgresql91-server/Makefile')
| -rw-r--r-- | databases/postgresql91-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 92bdb62e207d..16b46da8d470 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -16,9 +16,9 @@ PKGNAMESUFFIX?= -server MAINTAINER?= girgen@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -CONFLICTS?= ${PORTNAME}-client-[78]* \ +CONFLICTS?= ${PORTNAME}-client-8* \ ${PORTNAME}-client-9.[02-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-[78]* \ + ${PORTNAME}${PKGNAMESUFFIX}-8* \ ${PORTNAME}${PKGNAMESUFFIX}-9.[02-9] WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} @@ -178,7 +178,7 @@ INSTALL_TARGET= install INSTALL_TARGET= install-strip . endif -.if (${OSVERSION} >= 700000) && !defined(WITHOUT_GSSAPI) +.if !defined(WITHOUT_GSSAPI) CONFIGURE_ARGS+=--with-gssapi .if !defined(WITH_MIT_KRB5) && !defined(WITH_HEIMDAL_KRB5) # Kerberos libraries will pull the proper GSSAPI library |
