[csw-devel] SF.net SVN: gar:[13183] csw/mgar/pkg/dialog/trunk/Makefile

Maciej Bliziński maciej at opencsw.org
Sun Feb 6 11:02:03 CET 2011


2011/2/3  <bonivart at users.sourceforge.net>:
> Revision: 13183
>          http://gar.svn.sourceforge.net/gar/?rev=13183&view=rev
> Author:   bonivart
> Date:     2011-02-03 17:46:56 +0000 (Thu, 03 Feb 2011)
>
> Log Message:
> -----------
> dialog: use ncurses
>
> Modified Paths:
> --------------
>    csw/mgar/pkg/dialog/trunk/Makefile
>
> Modified: csw/mgar/pkg/dialog/trunk/Makefile
> ===================================================================
> --- csw/mgar/pkg/dialog/trunk/Makefile  2011-02-03 16:56:22 UTC (rev 13182)
> +++ csw/mgar/pkg/dialog/trunk/Makefile  2011-02-03 17:46:56 UTC (rev 13183)
> @@ -14,12 +14,15 @@
>  MASTER_SITES = http://invisible-island.net/datafiles/release/
>  DISTFILES = $(NAME).tar.gz
>
> +RUNTIME_DEP_PKGS += CSWncurses

I think this is both a runtime and build time dependency, so you can say:

DEP_PKGS += CSWncurses


More information about the devel mailing list