diff options
Diffstat (limited to 'net/amule/Makefile')
-rw-r--r-- | net/amule/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/amule/Makefile b/net/amule/Makefile index 27ef0d1d0c3..8b2e2bfb5c0 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/17 13:46:42 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2006/07/05 05:37:43 jlam Exp $ DISTNAME= aMule-2.1.1 PKGNAME= ${DISTNAME:S/aMule/amule/} @@ -16,7 +16,7 @@ CONFLICTS= xmule-[0-9]* USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wx-config CONFIGURE_ENV+= gt_cv_func_gnugettext1_libintl=yes @@ -28,6 +28,5 @@ UNLIMIT_RESOURCES+= datasize .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../x11/wxGTK/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |