diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-02 09:46:08 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-02 09:46:08 +0800 |
commit | 0661eb0f25420ea49374e46d5b7211c8490de263 (patch) | |
tree | b23aad897dda9eadaa8d459c32be847710e479af | |
parent | 55a08f66a2dafaed50ef49e28b81b69e4541ec2a (diff) | |
download | freebsd-ports-graphics-0661eb0f25420ea49374e46d5b7211c8490de263.tar.gz freebsd-ports-graphics-0661eb0f25420ea49374e46d5b7211c8490de263.tar.zst freebsd-ports-graphics-0661eb0f25420ea49374e46d5b7211c8490de263.zip |
add run dependencies
-rw-r--r-- | misc/wmstock/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |