diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-07 11:28:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-07 11:28:07 +0000 |
commit | 143a2d747aebc1e71950cd199f8a02ccaa2e54b5 (patch) | |
tree | e347f1dee3f862ee8403d235fdc46d4f5a14fe81 /net/amule | |
parent | 0272c71dc295993316e33226b7979bc3664f3bdc (diff) | |
download | pkgsrc-143a2d747aebc1e71950cd199f8a02ccaa2e54b5.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" |