diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-21 20:48:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-21 20:48:59 +0000 |
commit | 8bdee165b4a5bbe984fff92e5e77f301b342e9e0 (patch) | |
tree | 3d98611e2f4619dc8460e8f33858983f102302e2 /emulators/wine | |
parent | 790e4e763643b0e77c9f788ca676b85611cc5652 (diff) | |
download | ports-8bdee165b4a5bbe984fff92e5e77f301b342e9e0.tar.gz ports-8bdee165b4a5bbe984fff92e5e77f301b342e9e0.zip |
Notes
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index d1eb70dbcf11..0ae8fdcee268 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,7 +3,7 @@ PORTNAME= wine DISTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -80,7 +80,7 @@ LDAP_USE= OPENLDAP=yes LIBXSLT_CONFIGURE_WITH= xslt LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.6.4.msi:emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.6.4.msi:emulators/wine-mono MPG123_CONFIGURE_WITH= mpg123 MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 |