diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-09 17:08:40 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-09 17:08:40 +0800 |
commit | b56b7e0d693ba00733e59ef4f2986bb0e1d7a792 (patch) | |
tree | f98b0fb46c38c024cb984a7f3704370d2a72bb4f /misc | |
parent | 295881e8741eaa0ea065bafcf30eae9eb1fc12a5 (diff) | |
download | freebsd-ports-gnome-b56b7e0d693ba00733e59ef4f2986bb0e1d7a792.tar.gz freebsd-ports-gnome-b56b7e0d693ba00733e59ef4f2986bb0e1d7a792.tar.zst freebsd-ports-gnome-b56b7e0d693ba00733e59ef4f2986bb0e1d7a792.zip |
remove unnecessary run dependency
Pointy hat to: ijliao
Diffstat (limited to 'misc')
-rw-r--r-- | misc/wmstock/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/wmstock/Makefile b/misc/wmstock/Makefile index 1ea9df53c84a..669938b9b90a 100644 --- a/misc/wmstock/Makefile +++ b/misc/wmstock/Makefile @@ -7,15 +7,13 @@ PORTNAME= wmstock PORTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 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 |