diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-07-07 15:49:21 +0800 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-07-07 15:49:21 +0800 |
commit | 04ac946d68c16e497c5556347c8100c0d0125207 (patch) | |
tree | be6ed1cc5a33aedc9f23fcb6a6c17b124cd7600c /devel | |
parent | 7334a3b64000581c8ae81f6e4d29f7c1b7e9960d (diff) | |
download | freebsd-ports-gnome-04ac946d68c16e497c5556347c8100c0d0125207.tar.gz freebsd-ports-gnome-04ac946d68c16e497c5556347c8100c0d0125207.tar.zst freebsd-ports-gnome-04ac946d68c16e497c5556347c8100c0d0125207.zip |
- Fix build with clang
- Move CONFLICTS to prevent portlint warnings
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libopensync022/Makefile | 7 |
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> |