diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-23 19:44:41 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-23 19:44:41 +0000 |
commit | 482dde85c3be38905978f2e7ba249cfbfc4b62a5 (patch) | |
tree | b938b3c42f35dce1d9430152f3dbdb94ec1cda62 /emulators | |
parent | 371d172508990e96b751b5ec062076a2ecdcf4e0 (diff) | |
download | ports-482dde85c3be38905978f2e7ba249cfbfc4b62a5.tar.gz ports-482dde85c3be38905978f2e7ba249cfbfc4b62a5.zip |
- Add a RUN_DEPENDS on x11/xwininfo
- Bump PORTREVISION
PR: 124914
Submitted by: yours truly
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=215643
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/win4bsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/win4bsd/Makefile b/emulators/win4bsd/Makefile index 49f67fc07c1d..123268f2269e 100644 --- a/emulators/win4bsd/Makefile +++ b/emulators/win4bsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= win4bsd PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= ftp://ftp.win4bsd.com/pub/releases/${PORTVERSION}/ DISTNAME= Win4BSD-1.1_63918_i386-freebsd @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tbz MAINTAINER= bacon@smithers.neuro.mcw.edu COMMENT= Win4BSD Virtual Machine for Windows under BSD +RUN_DEPENDS= xwininfo:${PORTSDIR}/x11/xwininfo + CONFLICTS= Win4BSD-[0-9]* ONLY_FOR_ARCHS= i386 |