diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-11-13 02:28:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-11-13 02:28:34 +0000 |
commit | 4fc79430df6fa5f2b966284dcc9829c4ed02cb8f (patch) | |
tree | 1c707320d69dcdeecfa467e4caf07d23a7c65471 /emulators/wine | |
parent | 0309390bb3f0667bd89bc06e1631030a2d69df49 (diff) |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5ee2d55631dc..be9bb3d98df2 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -60,6 +60,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS= CUPS "Use CUPS (Common UNIX Printing System)" Off \ + DOSBOX "Use DOSBox to run MS-DOS programs" Off \ GNUTLS "Use GnuTLS" Off \ HAL "Use HAL (Hardware Abstraction Layer)" Off \ LDAP "Use LDAP" Off \ @@ -78,6 +79,10 @@ CONFIGURE_ARGS+= --with-cups LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base .endif +.ifdef WITH_DOSBOX +RUN_DEPENDS+= dosbox:${PORTSDIR}/emulators/dosbox +.endif + .ifdef WITH_GNUTLS CONFIGURE_ARGS+= --with-gnutls LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls |