diff options
author | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 21:50:52 +0000 |
commit | b6b94f0c669b1ef2a824c69854900b68ec821681 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /www/links/Makefile | |
parent | ac9820da6cdeb5833fdaf2717a1633972572c5de (diff) | |
download | pkgsrc-b6b94f0c669b1ef2a824c69854900b68ec821681.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'www/links/Makefile')
-rw-r--r-- | www/links/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/links/Makefile b/www/links/Makefile index 26f1eea6774..ffe1bed752f 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2002/07/02 11:23:04 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2002/08/25 21:52:13 jlam Exp $ # PKGNAME= links-2.1.0.2 - COMMENT= Lynx-like text WWW browser CONFLICTS+= links-gui-[0-9]* elinks-[0-9]* -GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES .include "../../www/links/Makefile.common" +.include "../../mk/bsd.pkg.mk" |