summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-02-21 15:03:46 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-02-21 15:03:46 +0000
commit5c39f8eef786671548338b72a4f31dfc62d19f94 (patch)
tree6d11c54c719b5ceb765e2dad84b6f94a0aea23de
parentUgh, this code defines `extern' and then includes non-application (diff)
o Fix typo: do not depend on edonkey-gui-gtk port since this is a mldonkey related port
o Furthermore, do not depend on mldonkey port as well since this port does not require it to be installed in the local machine to run. It can contact mldonkey instances across the network o Bump PORTREVISION due to dependency list change
-rw-r--r--net-p2p/mldonkey-urlslave/Makefile2
-rw-r--r--net/mldonkey-urlslave/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/mldonkey-urlslave/Makefile b/net-p2p/mldonkey-urlslave/Makefile
index 77dd214af55d..839cf78539c0 100644
--- a/net-p2p/mldonkey-urlslave/Makefile
+++ b/net-p2p/mldonkey-urlslave/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mldonkey
PORTVERSION= 0.0.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ircnet.de/home/cru/ed2k_urlslave/dist/
PKGNAMESUFFIX= -urlslave
@@ -16,7 +17,6 @@ MAINTAINER= lioux@FreeBSD.org
COMMENT= GTK+ enabled Perl script for adding ed2k:// links to MLDonkey
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
-RUN_DEPENDS= ed2k_gui:${PORTSDIR}/net/edonkey-gui-gtk
USE_PERL5= yes
NO_BUILD= yes
diff --git a/net/mldonkey-urlslave/Makefile b/net/mldonkey-urlslave/Makefile
index 77dd214af55d..839cf78539c0 100644
--- a/net/mldonkey-urlslave/Makefile
+++ b/net/mldonkey-urlslave/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mldonkey
PORTVERSION= 0.0.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ircnet.de/home/cru/ed2k_urlslave/dist/
PKGNAMESUFFIX= -urlslave
@@ -16,7 +17,6 @@ MAINTAINER= lioux@FreeBSD.org
COMMENT= GTK+ enabled Perl script for adding ed2k:// links to MLDonkey
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
-RUN_DEPENDS= ed2k_gui:${PORTSDIR}/net/edonkey-gui-gtk
USE_PERL5= yes
NO_BUILD= yes