From 9a9a9962f4f36511db5301106fc934652f312553 Mon Sep 17 00:00:00 2001 From: alek Date: Fri, 25 Feb 2005 23:15:12 +0000 Subject: [PATCH] Add WANTLIB marker --- games/moria/Makefile | 3 ++- print/mpage/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games/moria/Makefile b/games/moria/Makefile index 638e7a44fc9..49059530caa 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2004/09/15 00:50:12 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.8 2005/02/25 23:15:12 alek Exp $ COMMENT= "The Dungeons of Moria" @@ -16,6 +16,7 @@ PERMIT_PACKAGE_CDROM= "not-for-profit redistribution only" PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= "not-for-profit redistribution only" PERMIT_DISTFILES_FTP= Yes +WANTLIB= c curses termcap NO_REGRESS= Yes diff --git a/print/mpage/Makefile b/print/mpage/Makefile index b34339b726d..54d5f0d8e64 100644 --- a/print/mpage/Makefile +++ b/print/mpage/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2004/05/04 04:49:51 jolan Exp $ +# $OpenBSD: Makefile,v 1.22 2005/02/25 23:18:00 alek Exp $ COMMENT= "print multiple pages per sheet on PostScript printer" @@ -11,6 +11,7 @@ PERMIT_PACKAGE_CDROM= "incomplete license" PERMIT_PACKAGE_FTP= "incomplete license" PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +WANTLIB= c MASTER_SITES= ftp://ftp.mesa.nl/pub/mpage/ EXTRACT_SUFX= .tgz