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 /sysutils/xenvstat | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'sysutils/xenvstat')
-rw-r--r-- | sysutils/xenvstat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/xenvstat/Makefile b/sysutils/xenvstat/Makefile index f25c9878890..f6f96c19392 100644 --- a/sysutils/xenvstat/Makefile +++ b/sysutils/xenvstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/01/06 05:38:56 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:31 tv Exp $ DISTNAME= xenvstat-20041127 CATEGORIES= sysutils @@ -14,7 +14,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-* NO_CONFIGURE= yes NO_CHECKSUM= yes USE_X11= yes -USE_BUILDLINK3= yes LIBS= -lXmu -lXext -lXt -lX11 -lm |