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/kodos | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'misc/kodos')
-rw-r--r-- | misc/kodos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/kodos/Makefile b/misc/kodos/Makefile index 1ebdac88ff0..8198ffbdb2c 100644 --- a/misc/kodos/Makefile +++ b/misc/kodos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/05/09 17:23:21 recht Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:35 tv Exp $ DISTNAME= kodos-2.4.2 CATEGORIES= misc python @@ -11,7 +11,6 @@ COMMENT= GUI for creating, testing and debugging Python REs DEPENDS= ${PYPKGPREFIX}-qt3-modules>=3.11:../../x11/py-qt3-modules DEPENDS+= ${PYPKGPREFIX}-qt3-sip>=4.0rc3:../../x11/py-qt3-sip -USE_BUILDLINK3= yes PYDISTUTILSPKG= yes USE_LANGUAGES= |