aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2009-11-05 03:47:35 +0800
committerlev <lev@FreeBSD.org>2009-11-05 03:47:35 +0800
commit4085a2c609106d8db8a8f2bfd59231a5f37d09ff (patch)
treefab44e5bc9403320cd8db8d735f1565dc1a33543
parentd140ab0223b4fd0642bf60d03d84e5a60a064cc6 (diff)
downloadfreebsd-ports-gnome-4085a2c609106d8db8a8f2bfd59231a5f37d09ff.tar.gz
freebsd-ports-gnome-4085a2c609106d8db8a8f2bfd59231a5f37d09ff.tar.zst
freebsd-ports-gnome-4085a2c609106d8db8a8f2bfd59231a5f37d09ff.zip
Unbreak for "fresh" systems.
PR: ports/140250 Submitted by: Josh Paetzel <josh@tcbug.org>, used solution - Alexey V.Degtyarev <alexey@renatasystems.org>
-rw-r--r--devel/subversion/Makefile.common5
-rw-r--r--devel/subversion16/Makefile.common5
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index 4da6006de3a6..8fee8a454ca1 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.6.6
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES+= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.5/:book
@@ -30,7 +30,8 @@ OPTIONS=
CONFIGURE_ARGS+= --without-swig
-LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
+CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE}
# Default is "on"
.if !defined(WITHOUT_NEON)
diff --git a/devel/subversion16/Makefile.common b/devel/subversion16/Makefile.common
index 4da6006de3a6..8fee8a454ca1 100644
--- a/devel/subversion16/Makefile.common
+++ b/devel/subversion16/Makefile.common
@@ -6,7 +6,7 @@
PORTNAME= subversion
PORTVERSION= 1.6.6
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES+= devel
MASTER_SITES= http://subversion.tigris.org/downloads/:main \
http://svnbook.red-bean.com/en/1.5/:book
@@ -30,7 +30,8 @@ OPTIONS=
CONFIGURE_ARGS+= --without-swig
-LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
+CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE}
# Default is "on"
.if !defined(WITHOUT_NEON)