From 0661eb0f25420ea49374e46d5b7211c8490de263 Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 2 Jan 2004 01:46:08 +0000 Subject: add run dependencies --- misc/wmstock/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/wmstock/Makefile b/misc/wmstock/Makefile index 7b0ae462883..1ea9df53c84 100644 --- a/misc/wmstock/Makefile +++ b/misc/wmstock/Makefile @@ -7,14 +7,18 @@ PORTNAME= wmstock PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= misc windowmaker finance MASTER_SITES= http://mattfischer.com/wmstock/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Cool WindowMaker Dockapp that shows stock ticker(s) +RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget + USE_X_PREFIX= yes USE_XPM= yes +USE_PERL5_RUN= yes WRKSRC= ${WRKDIR}/wmstock/src USE_GMAKE= yes -- cgit