diff options
author | shaun <shaun@FreeBSD.org> | 2010-09-06 23:04:53 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2010-09-06 23:04:53 +0800 |
commit | 7b46fe0d85089c6910ed58d23b25c9757655ab14 (patch) | |
tree | 503b191c771285f49fd6cbc3df3e73922fd9d851 /ports-mgmt/portscout | |
parent | 6d89bdec422f85ab3b476d331afae1e51757fab7 (diff) | |
download | freebsd-ports-gnome-7b46fe0d85089c6910ed58d23b25c9757655ab14.tar.gz freebsd-ports-gnome-7b46fe0d85089c6910ed58d23b25c9757655ab14.tar.zst freebsd-ports-gnome-7b46fe0d85089c6910ed58d23b25c9757655ab14.zip |
Add missing bsd.port.options.mk include.
PR: ports/149265 [1]
Submitted by: Anonymous <swell.k@gmail.com> [1], ale
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 |