aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql18-plperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql18-plperl/Makefile')
-rw-r--r--databases/postgresql18-plperl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql18-plperl/Makefile b/databases/postgresql18-plperl/Makefile
index 560a63c9da09..e9b808311720 100644
--- a/databases/postgresql18-plperl/Makefile
+++ b/databases/postgresql18-plperl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= postgresql
# Keep the ?=, this port is used as master by the other plperl.
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= databases perl5
PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT}
@@ -13,7 +13,8 @@ MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server
WANT_PGSQL_VER?=18
-USES+= perl5 readline
+USES= readline
+USE_PERL5= run
CONFIGURE_ARGS= --with-perl
BUILD_DIRS= src/backend ${INSTALL_DIRS}