aboutsummaryrefslogtreecommitdiff
path: root/devel/libopensync022/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libopensync022/Makefile')
-rw-r--r--devel/libopensync022/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile
index 4d76aa974584..bb2fda1987f0 100644
--- a/devel/libopensync022/Makefile
+++ b/devel/libopensync022/Makefile
@@ -6,14 +6,14 @@ PORTVERSION= 0.22
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
+PKGNAMESUFFIX= 022
MAINTAINER= ports@FreeBSD.org
COMMENT= Freedesktop synchronization framework
-BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
+LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
+SWIG_LANGUAGES= python
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
@@ -24,15 +24,6 @@ USE_LDCONFIG= yes
CONFLICTS= libopensync-0.[3-9]*
-LATEST_LINK= libopensync022
-
-NO_STAGE= yes
-pre-everything::
- @${ECHO_MSG} "NOTE: You may want to avoid extra dependencies"
- @${ECHO_MSG} " from devel/swig13 by building with the following"
- @${ECHO_MSG} " SWIG_LANGUAGES=\"perl python\""
- @${ECHO_MSG}
-
post-patch:
@${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} \
-e 's|-Werror||g'