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 /chat/zephyr | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'chat/zephyr')
-rw-r--r-- | chat/zephyr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/zephyr/Makefile b/chat/zephyr/Makefile index e502325b47e..9f3cee8f1b5 100644 --- a/chat/zephyr/Makefile +++ b/chat/zephyr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/28 02:47:42 reed Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:06 tv Exp $ # DISTNAME= zephyr-20010518 @@ -11,7 +11,6 @@ HOMEPAGE= http://web.mit.edu/olh/Zephyr/index.html COMMENT= Project Athena's original Instant Messaging system WRKSRC= ${WRKDIR}/zephyr -USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES USE_X11= YES |