diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
commit | 4a868f8a2add17cdf73316057699ee6cec0908e4 (patch) | |
tree | e16a055a7017bc6875079719f93b536da2bb9deb /net-p2p/xmule | |
parent | 8e9dca3d94fe335ede6da94f41dabe6fec5e23f6 (diff) | |
download | ports-4a868f8a2add17cdf73316057699ee6cec0908e4.tar.gz ports-4a868f8a2add17cdf73316057699ee6cec0908e4.zip |
Notes
Diffstat (limited to 'net-p2p/xmule')
-rw-r--r-- | net-p2p/xmule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/xmule/Makefile b/net-p2p/xmule/Makefile index 9bd2667f3182..b2a78a679a5a 100644 --- a/net-p2p/xmule/Makefile +++ b/net-p2p/xmule/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmule PORTVERSION= 1.7.4c +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xmule @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= xmule MAINTAINER= lioux@FreeBSD.org COMMENT= Port of eMule eDonkey P2P client using wxWindows class library -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |