diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-09 06:05:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-09 06:05:41 +0800 |
commit | 66c0416802a2826adb3a82d2bed54c55817f63f7 (patch) | |
tree | 417f2e850ce7998dbb8e09f72a478efb0d918d0f /sysutils | |
parent | 470528da1ea3ec9a6caf52c5e9025c9317c654b2 (diff) | |
download | freebsd-ports-gnome-66c0416802a2826adb3a82d2bed54c55817f63f7.tar.gz freebsd-ports-gnome-66c0416802a2826adb3a82d2bed54c55817f63f7.tar.zst freebsd-ports-gnome-66c0416802a2826adb3a82d2bed54c55817f63f7.zip |
use USE_SQLITE
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/newportsversioncheck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/newportsversioncheck/Makefile b/sysutils/newportsversioncheck/Makefile index cc84799dd4b0..ee30daf4c613 100644 --- a/sysutils/newportsversioncheck/Makefile +++ b/sysutils/newportsversioncheck/Makefile @@ -14,12 +14,12 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Ports new version checker -RUN_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ - ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww USE_PERL_RUN= yes +USE_SQLITE= yes NO_BUILD= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |