diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2010-09-06 15:04:53 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2010-09-06 15:04:53 +0000 |
commit | 424c77e10787bf4c536692790aae68c2aaadb889 (patch) | |
tree | d6c8ed94ff3bf4e8a5f1fe19c74ad32a1c7a18f4 /ports-mgmt/portscout | |
parent | aaa27a19ee3d7a60c0095ad545508ed441a5fc29 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/portscout')
-rw-r--r-- | ports-mgmt/portscout/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index 174771f72eee..52d2232e1fb6 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -32,6 +32,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww +.include <bsd.port.options.mk> + .if defined(WITH_SQLITE3) USE_SQLITE= 3 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite |