diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 07:20:05 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 07:20:05 +0800 |
commit | 851fe01f3c02de8b97b480871b0c789c5b35e733 (patch) | |
tree | f33a174b6a5552d4dba8d6f712be4e39e2e255be /net-p2p | |
parent | 1c65d26bc810a0db556cccabc221c21b4ce3a980 (diff) | |
download | freebsd-ports-gnome-851fe01f3c02de8b97b480871b0c789c5b35e733.tar.gz freebsd-ports-gnome-851fe01f3c02de8b97b480871b0c789c5b35e733.tar.zst freebsd-ports-gnome-851fe01f3c02de8b97b480871b0c789c5b35e733.zip |
Chase shlib bump of libexpat.
Diffstat (limited to 'net-p2p')
-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 11f37e06bd74..8a38f0619ce6 100644 --- a/net-p2p/xmule/Makefile +++ b/net-p2p/xmule/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmule PORTVERSION= 1.12.2 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} #MASTER_SITES= http://download.berlios.de/%SUBDIR%/ @@ -16,7 +17,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Port of eMule eDonkey P2P client using wxWindows class library BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |