diff options
author | dbn <dbn@FreeBSD.org> | 2016-03-05 02:08:41 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2016-03-05 02:08:41 +0800 |
commit | 889f20e38db426f61972f7dcfe5676f8937c243e (patch) | |
tree | 942d1de914248cda915f3fd6b6c53a8f79c178a5 | |
parent | 0eeb87b929a48b7ab844b73102fd9d88459d64b8 (diff) | |
download | freebsd-ports-gnome-889f20e38db426f61972f7dcfe5676f8937c243e.tar.gz freebsd-ports-gnome-889f20e38db426f61972f7dcfe5676f8937c243e.tar.zst freebsd-ports-gnome-889f20e38db426f61972f7dcfe5676f8937c243e.zip |
emulators/i386-wine-staging: align options with wine-staging.
PR: 207700
Reported by: bapt@
-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 |