diff options
author | olgeni <olgeni@FreeBSD.org> | 2012-06-30 17:23:37 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2012-06-30 17:23:37 +0800 |
commit | 34711a23286c4c66b6f67a90b1948684bdec1f6e (patch) | |
tree | 55bb682b09f5e8197611290d7dc65694d04c4a2f /databases/slony1v2 | |
parent | 56f5f41c6e60e2b05b8a0efbd74461b1a7394ed3 (diff) | |
download | freebsd-ports-gnome-34711a23286c4c66b6f67a90b1948684bdec1f6e.tar.gz freebsd-ports-gnome-34711a23286c4c66b6f67a90b1948684bdec1f6e.tar.zst freebsd-ports-gnome-34711a23286c4c66b6f67a90b1948684bdec1f6e.zip |
Remove SITE_PERL from *_DEPENDS (sync with databases/slony1).
Diffstat (limited to 'databases/slony1v2')
-rw-r--r-- | databases/slony1v2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index 7526ad91a1b9..ef3b0f80f462 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -42,8 +42,8 @@ CONFIGURE_ENV= FLEX=${LOCALBASE}/bin/flex .if defined(WITH_PERLTOOLS) 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 +RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg PLIST_SUB+= PERLTOOLS="" SUB_LIST+= PERLTOOLS="" .else |