diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-03 10:13:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-03 10:13:26 +0000 |
commit | c555d8c22a2fb60785723f09b76d8e3cd39eb547 (patch) | |
tree | eb63366b8ef9b2815939b91df8e52c867605e7bd /www/links | |
parent | 95f0b36360ed6db86b929e940682a060b7e9d79a (diff) | |
download | pkgsrc-c555d8c22a2fb60785723f09b76d8e3cd39eb547.tar.gz |
Remove leftover "enable-javascript"; code was removed.
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/links/Makefile.common b/www/links/Makefile.common index 86ce2fb3e1f..d62042fa16a 100644 --- a/www/links/Makefile.common +++ b/www/links/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2009/01/07 07:24:57 wiz Exp $ +# $NetBSD: Makefile.common,v 1.49 2009/06/03 10:13:26 wiz Exp $ # used by www/links/Makefile DISTNAME= links-2.2 @@ -13,7 +13,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --enable-javascript PLIST_SRC= ${.CURDIR}/../../www/links/PLIST PATCHDIR= ${.CURDIR}/../../www/links/patches |