[Midnightbsd-cvs] mports [20336] trunk/devel/libopensync022/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 28 09:12:32 EDT 2015
Revision: 20336
http://svnweb.midnightbsd.org/mports/?rev=20336
Author: laffer1
Date: 2015-09-28 09:12:31 -0400 (Mon, 28 Sep 2015)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/devel/libopensync022/Makefile
Modified: trunk/devel/libopensync022/Makefile
===================================================================
--- trunk/devel/libopensync022/Makefile 2015-09-28 13:01:39 UTC (rev 20335)
+++ trunk/devel/libopensync022/Makefile 2015-09-28 13:12:31 UTC (rev 20336)
@@ -3,7 +3,7 @@
PORTNAME= libopensync
PORTVERSION= 0.22
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
PKGNAMESUFFIX= 022
@@ -15,10 +15,8 @@
CONFLICTS= libopensync-0.[3-9]*
-BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \
- ${LOCALBASE}/lib/libsqlite3.so:${PORTSDIR}/databases/sqlite3
-RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \
- ${LOCALBASE}/lib/libsqlite3.so:${PORTSDIR}/databases/sqlite3
+BUILD_DEPENDS= ${LOCALBASE}/lib/libsqlite3.so:${PORTSDIR}/databases/sqlite3
+RUN_DEPENDS= ${LOCALBASE}/lib/libsqlite3.so:${PORTSDIR}/databases/sqlite3
SWIG_LANGUAGES= python
GNU_CONFIGURE= yes
USES= libtool pathfix pkgconfig python tar:bzip2
More information about the Midnightbsd-cvs
mailing list