From 26ce24c44a8d6e21d72c682bd4948bbe3b48e02a Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 7 Jul 2005 04:36:14 +0000 Subject: - Chase changes to swig13 Pointed out by: krismail --- devel/libopensync022/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/libopensync022') 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 -- cgit