diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-05-14 12:23:14 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-05-14 12:23:14 +0000 |
commit | 6becd38512393f28c071530d1732ca8239f0ddc7 (patch) | |
tree | 1553ca9c73c07111579a1a4318b49c62cf28a932 /net-p2p | |
parent | 164acfb1faefc4f50bb317076faa30b640c55885 (diff) | |
download | FreeBSD-ports-6becd38512393f28c071530d1732ca8239f0ddc7.zip FreeBSD-ports-6becd38512393f28c071530d1732ca8239f0ddc7.tar.gz |
Fix LIB_DEPENDS broken in rev. 1.14
PR: 80997
Submitted by: MAINTAINER
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/amule1/Makefile b/net-p2p/amule1/Makefile index d66ccc3..12284d5 100644 --- a/net-p2p/amule1/Makefile +++ b/net-p2p/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-* |