diff options
author | jmmv <jmmv> | 2003-04-11 20:26:30 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-04-11 20:26:30 +0000 |
commit | d75c27e5f08537629e4b9b52e3c57ff2b2d2b937 (patch) | |
tree | c87c978a4b11f4f647edc0793e2e33d7b46a64ec /www/dillo/Makefile | |
parent | 65520ff3202502e5383aad0bfdf2d43c5d351453 (diff) | |
download | pkgsrc-d75c27e5f08537629e4b9b52e3c57ff2b2d2b937.tar.gz |
Fix build if USE_INET6 is set to NO. Do not use gmake.
Closes PR pkg/20920 by Martin Weber.
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r-- | www/dillo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 9154d19a639..a565696f1c5 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/03/21 18:15:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2003/04/11 20:26:30 jmmv Exp $ # DISTNAME= dillo-0.7.1.2 @@ -13,7 +13,6 @@ COMMENT= Very small and fast graphical web-browser USE_BUILDLINK2= yes USE_PKGINSTALL= yes USE_X11= yes -USE_GMAKE= yes GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/dillo |