diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-24 03:44:41 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-24 03:44:41 +0800 |
commit | 62d3f61ea5f7c15a30dbf19ba451782274609ef9 (patch) | |
tree | e422f9679d5086e94976f70c7387d657a4db1550 | |
parent | dea8be8ab4d7dc8dcb97f34677b6b5b1c40b69d8 (diff) | |
download | freebsd-ports-gnome-62d3f61ea5f7c15a30dbf19ba451782274609ef9.tar.gz freebsd-ports-gnome-62d3f61ea5f7c15a30dbf19ba451782274609ef9.tar.zst freebsd-ports-gnome-62d3f61ea5f7c15a30dbf19ba451782274609ef9.zip |
- Add a RUN_DEPENDS on x11/xwininfo
- Bump PORTREVISION
PR: 124914
Submitted by: yours truly
Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
-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 |