diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 21:50:52 +0000 |
commit | a020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch) | |
tree | f54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /www/communicator/Makefile | |
parent | 287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff) | |
download | pkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz |
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'www/communicator/Makefile')
-rw-r--r-- | www/communicator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile index e13f855a82e..d8814e5f1c3 100644 --- a/www/communicator/Makefile +++ b/www/communicator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/04/05 09:33:22 tron Exp $ +# $NetBSD: Makefile,v 1.31 2002/08/25 21:52:03 jlam Exp $ # COMMENT= Netscape communicator - Digital UNIX/Linux/SunOS binary @@ -6,4 +6,6 @@ COMMENT= Netscape communicator - Digital UNIX/Linux/SunOS binary BINNAME= communicator DIST_SDIR_NAME= complete_install +USE_BUILDLINK2= # defined + .include "../navigator/Makefile.common" |