diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-15 04:09:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-15 04:09:13 +0000 |
commit | a2114f81be0b021cabcd4ec6ad40670447f4e50e (patch) | |
tree | ff8b6bbfaf3c808db764b2faa973cca105683162 /net/amule-devel/Makefile | |
parent | [PORT UPGRADE] devel/cocktail corrected for 64bits compilation (diff) |
[PORT UPDATE] net/amule 1.2.8_1
Update to aMule 1.2.8_1 to CONFLICT with the new "net/amule-devel"
port (see related PR)
PR: ports/73505
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
Diffstat (limited to 'net/amule-devel/Makefile')
-rw-r--r-- | net/amule-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/amule-devel/Makefile b/net/amule-devel/Makefile index 39322ced9275..b265a274bd69 100644 --- a/net/amule-devel/Makefile +++ b/net/amule-devel/Makefile @@ -12,11 +12,13 @@ CATEGORIES= net MASTER_SITES= http://download.berlios.de/amule/ MAINTAINER= ganael.laplanche@martymac.com -COMMENT= Just another eMule P2P Client +COMMENT= The all-platform eMule p2p client LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 \ curl.3:${PORTSDIR}/ftp/curl +CONFLICTS= aMule-devel-* + USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack gnomeprefix USE_GMAKE= yes |