diff options
author | wiz <wiz> | 2005-08-07 11:28:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-08-07 11:28:07 +0000 |
commit | 33db6ce4cf2ca596093d720ac04ad855e402ddab (patch) | |
tree | e347f1dee3f862ee8403d235fdc46d4f5a14fe81 /net/amule | |
parent | 200f060656ca4c150300a5e14ba512d78bcfac44 (diff) | |
download | pkgsrc-33db6ce4cf2ca596093d720ac04ad855e402ddab.tar.gz |
Depend on wxGTK24, bump PKGREVISION.
Diffstat (limited to 'net/amule')
-rw-r--r-- | net/amule/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/amule/Makefile b/net/amule/Makefile index a1659108983..c70721de8ed 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2005/07/21 16:29:54 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2005/08/07 11:30:49 wiz Exp $ # DISTNAME= aMule-1.2.8 PKGNAME= ${DISTNAME:S/aMule/amule/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/} EXTRACT_SUFX= .tar.bz2 @@ -21,6 +21,7 @@ USE_TOOLS+= gmake USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wx24-config LIBS+= -lm @@ -31,7 +32,7 @@ UNLIMIT_RESOURCES+= datasize .include "../../devel/zlib/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../x11/wxGTK/buildlink3.mk" +.include "../../x11/wxGTK24/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |