diff options
author | David Naylor <dbn@FreeBSD.org> | 2016-03-04 18:08:41 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2016-03-04 18:08:41 +0000 |
commit | bfbda9ff452b7c7195ed8b5d15273f1c5d3677fd (patch) | |
tree | 942d1de914248cda915f3fd6b6c53a8f79c178a5 | |
parent | Update to 0.22. Sort plist, and add NO_ARCH. (diff) |
emulators/i386-wine-staging: align options with wine-staging.
PR: 207700
Reported by: bapt@
Notes
Notes:
svn path=/head/; revision=410143
-rw-r--r-- | emulators/i386-wine-staging/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/i386-wine-staging/Makefile b/emulators/i386-wine-staging/Makefile index d1973962a04a..e7f644bad41b 100644 --- a/emulators/i386-wine-staging/Makefile +++ b/emulators/i386-wine-staging/Makefile @@ -8,7 +8,7 @@ SLAVE_PORT= i386-wine-devel CONFLICTS_INSTALL= i386-wine-[0-9]* wine-[0-9]* wine-staging-[0-9]* i386-wine-devel-[0-9]* wine-devel-[0-9]* OPTIONS_SLAVE= STAGING -OPTIONS_SET= LIBXSLT HAL X11 +OPTIONS_SET= LIBXSLT MPG123 HAL V4L X11 SLAVEDIR= ${.CURDIR}/../i386-wine-devel PLIST= ${MASTERDIR}/pkg-plist |