aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libopensync022/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libopensync022/Makefile')
-rw-r--r--devel/libopensync022/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile
index 214f357dd9ac..7f89579ba1f7 100644
--- a/devel/libopensync022/Makefile
+++ b/devel/libopensync022/Makefile
@@ -14,8 +14,6 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Freedesktop synchronization framework
-CONFLICTS= libopensync-0.[3-9]*
-
BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
@@ -28,6 +26,8 @@ USE_PYTHON= yes
USE_GNOME= gnomehack glib20 libxml2
USE_LDCONFIG= yes
+CONFLICTS= libopensync-0.[3-9]*
+
LATEST_LINK= libopensync022
pre-everything::
@@ -41,7 +41,8 @@ post-patch:
${WRKSRC}/Makefile.in
${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/opensync/Makefile.in \
${WRKSRC}/osengine/Makefile.in \
- ${WRKSRC}/formats/vformats-xml/Makefile.in
+ ${WRKSRC}/formats/vformats-xml/Makefile.in \
+ ${WRKSRC}/tools/Makefile.in
${REINPLACE_CMD} -e "s,echo aout, echo elf,g" ${WRKSRC}/configure
.include <bsd.port.mk>