diff options
author | gerald <gerald@FreeBSD.org> | 2015-05-24 10:10:18 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-05-24 10:10:18 +0800 |
commit | a6f6a96057c79834cec6d32ffd095bd3d13a322d (patch) | |
tree | 2feb994a291df30a3dc744ae673cb323aae5d5bf /emulators/wine-devel | |
parent | a1538b6a363c7352d8db7508b4f2de4fe29481e6 (diff) | |
download | freebsd-ports-gnome-a6f6a96057c79834cec6d32ffd095bd3d13a322d.tar.gz freebsd-ports-gnome-a6f6a96057c79834cec6d32ffd095bd3d13a322d.tar.zst freebsd-ports-gnome-a6f6a96057c79834cec6d32ffd095bd3d13a322d.zip |
Rename emulators/wine-compholio to emulators/wine-staging and
accordingly emulators/i386-wine-compholio to emulators/i386-wine-staging.
Adjust CONFLICTS across all Wine related ports.
Reviewed by: dbn, kmoore
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 293a8a45a3ea..0e7f4ca95b19 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -21,8 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ prelink:${PORTSDIR}/sysutils/prelink LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 -CONFLICTS_INSTALL= wine-[0-9]* wine-compholio-[0-9]* i386-wine-[0-9]* \ - i386-wine-compholio-[0-9]* i386-wine-devel-[0-9]* +CONFLICTS_INSTALL= wine-[0-9]* wine-staging-[0-9]* i386-wine-[0-9]* \ + i386-wine-staging-[0-9]* i386-wine-devel-[0-9]* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |