diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-26 10:27:59 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-26 10:27:59 +0000 |
commit | eb2ac88bce51e66fd6599b891731ddd772529531 (patch) | |
tree | 971722a232625392cf7cebd9d6f5044fd9ebb1c7 /databases/slony1 | |
parent | 0ee98792780f73de94ed3b2e9107f25c0cfec850 (diff) | |
download | ports-eb2ac88bce51e66fd6599b891731ddd772529531.tar.gz ports-eb2ac88bce51e66fd6599b891731ddd772529531.zip |
Notes
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 |