diff options
author | jmmv <jmmv> | 2004-04-14 16:15:20 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-14 16:15:20 +0000 |
commit | e557a5f7fe08f718560dd50bdfef99776601cc56 (patch) | |
tree | 3757535e0cffe141412b01910b7f14b0965825b2 /net/amule | |
parent | ac7373d440ab204f85eb74f54facbc94b84566f2 (diff) | |
download | pkgsrc-e557a5f7fe08f718560dd50bdfef99776601cc56.tar.gz |
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'net/amule')
-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 |