diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-07 17:59:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-07 17:59:10 +0800 |
commit | d7c54b9b464f24b357cd2387780ea3355a797fcc (patch) | |
tree | 69b7950cc7012cf1cbf01ef2cebc7eaf671c73b7 /deskutils/libopensync-plugin-evolution2-devel | |
parent | 2dcf746139c64b870143180013510657b94c145a (diff) | |
download | freebsd-ports-gnome-d7c54b9b464f24b357cd2387780ea3355a797fcc.tar.gz freebsd-ports-gnome-d7c54b9b464f24b357cd2387780ea3355a797fcc.tar.zst freebsd-ports-gnome-d7c54b9b464f24b357cd2387780ea3355a797fcc.zip |
- Fix now really build
Diffstat (limited to 'deskutils/libopensync-plugin-evolution2-devel')
-rw-r--r-- | deskutils/libopensync-plugin-evolution2-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/libopensync-plugin-evolution2-devel/Makefile b/deskutils/libopensync-plugin-evolution2-devel/Makefile index 202441c77e31..10677327e2c8 100644 --- a/deskutils/libopensync-plugin-evolution2-devel/Makefile +++ b/deskutils/libopensync-plugin-evolution2-devel/Makefile @@ -14,8 +14,8 @@ PKGNAMESUFFIX= -devel MAINTAINER= ports@logvinov.com COMMENT= Evolution 2 plugin for the OpenSync framework -LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync \ - vconvert:${PORTSDIR}/deskutils/libopensync-plugin-vformat-devel +LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync +RUN_DEPENDS= vconvert:${PORTSDIR}/deskutils/libopensync-plugin-vformat-devel CONFLICTS= libopensync-plugin-evolution2-0.2* |