diff options
author | lofi <lofi@FreeBSD.org> | 2007-07-04 18:00:00 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-07-04 18:00:00 +0800 |
commit | c379f4631f0ca9aff2a4863e27927e194d880f97 (patch) | |
tree | 2068b4fc2a37bc3b190c7f0e9b0149e838e14df4 /devel/libopensync022 | |
parent | 4cf232cedccfe8ccb3b93f0d1a52345b393c24e5 (diff) | |
download | freebsd-ports-gnome-c379f4631f0ca9aff2a4863e27927e194d880f97.tar.gz freebsd-ports-gnome-c379f4631f0ca9aff2a4863e27927e194d880f97.tar.zst freebsd-ports-gnome-c379f4631f0ca9aff2a4863e27927e194d880f97.zip |
Set CONFLICTS, don't hide the shared libary from the runtime linker.
Diffstat (limited to 'devel/libopensync022')
-rw-r--r-- | devel/libopensync022/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile index da4a13401496..50366f11e7f0 100644 --- a/devel/libopensync022/Makefile +++ b/devel/libopensync022/Makefile @@ -7,6 +7,7 @@ PORTNAME= libopensync PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.opensync.org/attachment/wiki/download/ EXTRACT_SUFX= .tar.bz2\?rev=\&format=raw @@ -14,6 +15,8 @@ EXTRACT_SUFX= .tar.bz2\?rev=\&format=raw 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 |