diff options
Diffstat (limited to 'net/amule/Makefile')
-rw-r--r-- | net/amule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/amule/Makefile b/net/amule/Makefile index 89ded583953..7d5cfaa7504 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/04/13 14:53:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/14 16:15:26 jmmv Exp $ # DISTNAME= aMule-1.2.6 @@ -12,12 +12,12 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://amule.sourceforge.net/ COMMENT= Another Emule P2P client -DEPENDS= xdg-dirs>=1.1:../../misc/xdg-dirs BUILD_USES_MSGFMT= yes CONFLICTS= xmule-[0-9]* USE_BUILDLINK3= yes +USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes |