aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libopensync/Makefile5
-rw-r--r--devel/libopensync022/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile
index 300093af7a72..5f99d85cf9ab 100644
--- a/devel/libopensync/Makefile
+++ b/devel/libopensync/Makefile
@@ -14,8 +14,9 @@ EXTRACT_SUFX= .tar.gz\?rev=\&format=raw
MAINTAINER= ahze@FreeBSD.org
COMMENT= Freedesktop synchronization framework
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
- swigguile.0:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
+LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
+RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
USE_LIBTOOL_VER=15
diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile
index 300093af7a72..5f99d85cf9ab 100644
--- a/devel/libopensync022/Makefile
+++ b/devel/libopensync022/Makefile
@@ -14,8 +14,9 @@ EXTRACT_SUFX= .tar.gz\?rev=\&format=raw
MAINTAINER= ahze@FreeBSD.org
COMMENT= Freedesktop synchronization framework
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
- swigguile.0:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
+LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
+RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
USE_LIBTOOL_VER=15