diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-26 18:27:59 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-26 18:27:59 +0800 |
commit | 88a73293c4bbe6d9236cd0e7afbd0d6d90bfa28b (patch) | |
tree | 7092f0d9ab8040666e32f6f6bac10ef15dbc7e35 /databases/slony1 | |
parent | b0977a2e20bee401442612b3e48bece028a586b6 (diff) | |
download | freebsd-ports-gnome-88a73293c4bbe6d9236cd0e7afbd0d6d90bfa28b.tar.gz freebsd-ports-gnome-88a73293c4bbe6d9236cd0e7afbd0d6d90bfa28b.tar.zst freebsd-ports-gnome-88a73293c4bbe6d9236cd0e7afbd0d6d90bfa28b.zip |
Change non-existent USE_PERL to a working USE_PERL5
Approved by: maintainer timeout
Diffstat (limited to 'databases/slony1')
-rw-r--r-- | databases/slony1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 901e13f4778a..16571723c100 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -33,7 +33,7 @@ OPTIONS= PERLTOOLS "Install perl configuration tools" Off .include <bsd.port.pre.mk> .if defined(WITH_PERLTOOLS) -USE_PERL= yes +USE_PERL5= yes CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg |