diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
commit | c92a1d710a8c7b838b79efadc8de3afc045005df (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/libopensync-plugin-sunbird | |
parent | 1d82eadcbe5ef4af4b2dfc8ccc40afc52604f8fe (diff) | |
download | freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.tar.gz freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.tar.zst freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
Diffstat (limited to 'deskutils/libopensync-plugin-sunbird')
-rw-r--r-- | deskutils/libopensync-plugin-sunbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/libopensync-plugin-sunbird/Makefile b/deskutils/libopensync-plugin-sunbird/Makefile index 8dcb41ce8c8f..77ec5f1aeaee 100644 --- a/deskutils/libopensync-plugin-sunbird/Makefile +++ b/deskutils/libopensync-plugin-sunbird/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Sunbird plugin for the OpenSync framework -LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \ - neon.27:${PORTSDIR}/www/neon29 +LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 \ + libneon.so:${PORTSDIR}/www/neon29 USES= pkgconfig USE_BZIP2= yes |