diff options
Diffstat (limited to 'databases/postgresql18-server/Makefile')
-rw-r--r-- | databases/postgresql18-server/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql18-server/Makefile b/databases/postgresql18-server/Makefile index cc70310d1ab3..8d3202ae3cdb 100644 --- a/databases/postgresql18-server/Makefile +++ b/databases/postgresql18-server/Makefile @@ -1,5 +1,5 @@ PORTNAME?= postgresql -DISTVERSION?= 18rc1 +DISTVERSION?= 18.0 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. PORTREVISION?= 0 @@ -137,9 +137,6 @@ ZSTD_DESC= Build with ZSTD compression support ZSTD_CONFIGURE_WITH= zstd ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd USES+= pkgconfig -#ZSTD_CFLAGS= -I${LOCALBASE}/include -#ZSTD_LDFLAGS= -L${LOCALBASE}/lib -#ZSTD_LIBS= -lzstd . endif .endif |