diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
commit | fbab09fee302574e578e4f0d1b6082cdae4defb4 (patch) | |
tree | 2e89197b88b8a883c56aef7a5d0d89dc5d374850 /net-p2p/amule2 | |
parent | 94554fea09e5a189b46884a7cecc30c3eae0292f (diff) | |
download | ports-fbab09fee302574e578e4f0d1b6082cdae4defb4.tar.gz ports-fbab09fee302574e578e4f0d1b6082cdae4defb4.zip |
Notes
Diffstat (limited to 'net-p2p/amule2')
-rw-r--r-- | net-p2p/amule2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/amule2/Makefile b/net-p2p/amule2/Makefile index c9ba978e207c..248129472ff2 100644 --- a/net-p2p/amule2/Makefile +++ b/net-p2p/amule2/Makefile @@ -7,7 +7,7 @@ PORTNAME= aMule PORTVERSION= 2.1.0 -CATEGORIES= net +CATEGORIES= net-p2p MASTER_SITES= http://download.berlios.de/amule/ MAINTAINER= ganael.laplanche@martymac.com @@ -54,7 +54,7 @@ CURL_CONFIG?= ${LOCALBASE}/bin/curl-config .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Won't compile on FreeBSD 4.x - See net/amule1 for 4.x compatibility." +BROKEN= "Won't compile on FreeBSD 4.x - See net-p2p/amule1 for 4.x compatibility." .endif # Configure options |