diff options
author | dbn <dbn@FreeBSD.org> | 2013-12-03 00:49:37 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-12-03 00:49:37 +0800 |
commit | dd2f8371ae18fd7bdfe05b370e7cfaab28ba607c (patch) | |
tree | 1dd67bc75542c9d96fa28416d618ca749e669e0c /emulators/wine-devel | |
parent | 6335063e3536ec35c6677ac2e11c7a7561e34145 (diff) | |
download | freebsd-ports-gnome-dd2f8371ae18fd7bdfe05b370e7cfaab28ba607c.tar.gz freebsd-ports-gnome-dd2f8371ae18fd7bdfe05b370e7cfaab28ba607c.tar.zst freebsd-ports-gnome-dd2f8371ae18fd7bdfe05b370e7cfaab28ba607c.zip |
Update emulators/i386-wine to 1.6.1.
Changes:
* Backport changes from emulators/i386-wine-devel
* Fix CONFLICTS_INSTALL [1]
Approved by: gerald [1]
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 7983a30fd677..e850b59b0fe9 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 -CONFLICTS_INSTALL= i386-wine-* wine-1.4* wine-1.6* +CONFLICTS_INSTALL= i386-wine-[0-9]* i386-wine-devel-[0-9]* wine-[0-9]* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |