diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-02 01:46:08 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-01-02 01:46:08 +0000 |
commit | de6d2eb06e9fa1ff7aa9a703f3ffdbf175c03af2 (patch) | |
tree | c492627f2abeed32194c787525bf8031397341f0 /misc/wmstock | |
parent | 101d4c730124944ea9cc8b1955356fb45beb5708 (diff) |
Notes
Diffstat (limited to 'misc/wmstock')
-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 7b0ae462883b..1ea9df53c84a 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 |