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 /devel/ddd | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'devel/ddd')
-rw-r--r-- | devel/ddd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 8f96de4cd88..55c92aa1f31 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2005/01/11 09:04:16 martti Exp $ +# $NetBSD: Makefile,v 1.62 2005/04/11 21:45:19 tv Exp $ # DISTNAME= ddd-3.3.10 @@ -13,7 +13,6 @@ COMMENT= Data Display Debugger -- graphical front-end for GDB/DBX/XDB GNU_CONFIGURE= YES INFO_FILES= ddd-themes.info ddd.info TEST_TARGET= check -USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ USE_X11BASE= YES |