diff options
Diffstat (limited to 'deskutils/mdh/Makefile')
-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 c2abdafcedd4..e1820d1a4fb4 100644 --- a/deskutils/mdh/Makefile +++ b/deskutils/mdh/Makefile @@ -23,10 +23,10 @@ LIBS+= -L${LOCALBASE}/lib -lX11 OPTIONS_DEFINE= CURL DOCS GTOP OPTIONS_DEFAULT= CURL GTOP -CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_OFF= --disable-curl -GTOP_LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop +GTOP_LIB_DEPENDS= libgtop-2.0.so:devel/libgtop GTOP_CONFIGURE_OFF= --disable-gtop post-patch: |