aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/mdh
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-12 02:28:10 +0800
committerbapt <bapt@FreeBSD.org>2013-12-12 02:28:10 +0800
commitc92a1d710a8c7b838b79efadc8de3afc045005df (patch)
treef84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/mdh
parent1d82eadcbe5ef4af4b2dfc8ccc40afc52604f8fe (diff)
downloadfreebsd-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/Makefile4
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