diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /editors/mlview | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'editors/mlview')
-rw-r--r-- | editors/mlview/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 54b9d51f02e..8098424468d 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/22 16:13:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:41 tv Exp $ # DISTNAME= mlview-0.7.0 @@ -14,7 +14,6 @@ COMMENT= XML editor for the GNOME environment BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes -USE_BUILDLINK3= yes USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make USE_LIBTOOL= yes |