diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-14 12:23:14 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-14 12:23:14 +0000 |
commit | 113262383fa253ad220fe97348fe1ab0811974a2 (patch) | |
tree | 17f0af69ba89e2b766dbd8c046ef07c71f7c554a /net | |
parent | Upgrade to 1.2.6 and fix building problems by upgrading from jdk13 to (diff) |
Fix LIB_DEPENDS broken in rev. 1.14
PR: 80997
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=135236
Diffstat (limited to 'net')
-rw-r--r-- | net/amule/Makefile | 2 | ||||
-rw-r--r-- | net/amule1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/amule/Makefile b/net/amule/Makefile index d66ccc3125fc..12284d5c9a18 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://download.berlios.de/amule/ MAINTAINER= ganael.laplanche@martymac.com COMMENT= The all-platform eMule p2p client -LIB_DEPENDS= wx_gtk2_core-2.5.2:${PORTSDIR}/x11-toolkits/wxgtk24 \ +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ curl.3:${PORTSDIR}/ftp/curl CONFLICTS= aMule-devel-* diff --git a/net/amule1/Makefile b/net/amule1/Makefile index d66ccc3125fc..12284d5c9a18 100644 --- a/net/amule1/Makefile +++ b/net/amule1/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://download.berlios.de/amule/ MAINTAINER= ganael.laplanche@martymac.com COMMENT= The all-platform eMule p2p client -LIB_DEPENDS= wx_gtk2_core-2.5.2:${PORTSDIR}/x11-toolkits/wxgtk24 \ +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ curl.3:${PORTSDIR}/ftp/curl CONFLICTS= aMule-devel-* |