summaryrefslogtreecommitdiff
path: root/net/amule
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-08-07 11:28:07 +0000
committerwiz <wiz@pkgsrc.org>2005-08-07 11:28:07 +0000
commit193f82a45fdf187d0c77dcf8783c10966364e431 (patch)
treee347f1dee3f862ee8403d235fdc46d4f5a14fe81 /net/amule
parentac7c232c4f1bd761c116f9a550811ded3a2e4528 (diff)
downloadpkgsrc-193f82a45fdf187d0c77dcf8783c10966364e431.tar.gz
Depend on wxGTK24, bump PKGREVISION.
Diffstat (limited to 'net/amule')
-rw-r--r--net/amule/Makefile7
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"