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 /misc/open2300 | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'misc/open2300')
-rw-r--r-- | misc/open2300/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/open2300/Makefile.common b/misc/open2300/Makefile.common index 9f0c366d463..34cced1a64c 100644 --- a/misc/open2300/Makefile.common +++ b/misc/open2300/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/11/29 08:22:27 martin Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:38 tv Exp $ # DISTNAME= open2300-1.8 @@ -8,6 +8,5 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open2300/} MAINTAINER= martin@NetBSD.org HOMEPAGE= http://open2300.sourceforge.net/ -USE_BUILDLINK3= yes .include "../../mk/bsd.pkg.mk" |