diff options
author | nork <nork@FreeBSD.org> | 2004-12-23 16:25:47 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-12-23 16:25:47 +0800 |
commit | 16b1473343c6911543ca2b47dce5cb2d82ac3ae9 (patch) | |
tree | fea9d597446ad6fa964daa01712305da2e3ceebc /astro/roadmap/Makefile | |
parent | 494673c8bab2ba497a9226287180fe78c994b9c6 (diff) | |
download | freebsd-ports-gnome-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.tar.gz freebsd-ports-gnome-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.tar.zst freebsd-ports-gnome-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.zip |
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports
Diffstat (limited to 'astro/roadmap/Makefile')
-rw-r--r-- | astro/roadmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/roadmap/Makefile b/astro/roadmap/Makefile index 8671a421d68d..678e5969e3c3 100644 --- a/astro/roadmap/Makefile +++ b/astro/roadmap/Makefile @@ -7,6 +7,7 @@ PORTNAME= roadmap PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://roadmap.digitalomaha.net/roadmap/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.r/rc/:S/./_/g}_src @@ -15,7 +16,7 @@ MAINTAINER= nick@netdot.net COMMENT= Vector-based GPS moving map LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - sqlite.2:${PORTSDIR}/databases/sqlite + sqlite.2:${PORTSDIR}/databases/sqlite2 WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/src |