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/mdh | |
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/mdh')
-rw-r--r-- | deskutils/mdh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile index 46b23cd5bc3a..ca2a36c2ec53 100644 --- a/deskutils/mdh/Makefile +++ b/deskutils/mdh/Makefile @@ -21,13 +21,13 @@ LDFLAGS+= -L${LOCALBASE}/lib .if defined(WITHOUT_GTOP) CONFIGURE_ARGS+= --disable-gtop .else -LIB_DEPENDS+= gtop-2.0:${PORTSDIR}/devel/libgtop +LIB_DEPENDS+= libgtop-2.0.so:${PORTSDIR}/devel/libgtop .endif .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --disable-curl .else -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl .endif NO_STAGE= yes |