diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:53:22 +0800 |
commit | 0e6a86ac785369dcd2f6b93f52268d5336dcd283 (patch) | |
tree | fe4d654de9040e3451da08f6eb2865c73df28369 /databases/p5-DBIx-Simple | |
parent | c4488f29abd1339c42a704fb50b07d1210e0f3bc (diff) | |
download | freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.gz freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.tar.zst freebsd-ports-gnome-0e6a86ac785369dcd2f6b93f52268d5336dcd283.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'databases/p5-DBIx-Simple')
-rw-r--r-- | databases/p5-DBIx-Simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Simple/Makefile b/databases/p5-DBIx-Simple/Makefile index c6b7af34ed56..a626222ae0b8 100644 --- a/databases/p5-DBIx-Simple/Makefile +++ b/databases/p5-DBIx-Simple/Makefile @@ -31,7 +31,7 @@ MAN3= DBIx::Simple.3 \ .include <bsd.port.pre.mk> .if defined(WITH_SQL_INTERP) -RUN_DEPENDS+= ${SITE_PERL}/SQL/Interp.pm:${PORTSDIR}/databases/p5-SQL-Interp +RUN_DEPENDS+= p5-SQL-Interp>=0:${PORTSDIR}/databases/p5-SQL-Interp .endif .if defined(WITH_SQL_ABSTRACT) |