diff options
Diffstat (limited to 'ports-mgmt')
-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 174771f72ee..52d2232e1fb 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 |