summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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"