diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index bdbf9b4e421..04562112510 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2002/09/30 11:50:25 martti Exp $ +# $NetBSD: Makefile,v 1.67 2002/12/09 17:09:00 drochner Exp $ DISTNAME= ethereal-0.9.7 CATEGORIES= net @@ -14,7 +14,7 @@ USE_X11= YES USE_PERL5= build USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-gtk-prefix=${BUILDLINK_PREFIX.gtk} |