- add missing run dependency

This commit is contained in:
jasper 2009-05-03 14:38:06 +00:00
parent 6210021275
commit 9c6f67b2a7

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2007/09/16 02:53:09 merdely Exp $
# $OpenBSD: Makefile,v 1.6 2009/05/03 14:38:06 jasper Exp $
COMMENT= screen positioning and coloring module
MODULES= cpan
DISTNAME= Term-ScreenColor-1.09
PKGNAME= p5-${DISTNAME}p0
PKGNAME= p5-${DISTNAME}p1
CATEGORIES= devel
HOMEPAGE= http://p-f-m.sourceforge.net/
@ -15,4 +15,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Term-Screen
.include <bsd.port.mk>