mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
Force the use of flex from the Ports Collection and make it a build
dependency over the old version in the base. Reported by: Andrew Lankford <lankfordandrew@charter.net>
This commit is contained in:
parent
2200fda13f
commit
226e27a98a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247455
@ -16,6 +16,7 @@ MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
MAINTAINER= gerald@FreeBSD.org
|
||||
COMMENT= Microsoft Windows compatibility layer for Unix-like systems
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/devel/flex
|
||||
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
jpeg.10:${PORTSDIR}/graphics/jpeg \
|
||||
@ -29,7 +30,8 @@ CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \
|
||||
--without-gsm --without-mpg123 --without-openal \
|
||||
--without-sane --without-xcursor
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
FLEX="${LOCALBASE}/bin/flex"
|
||||
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \
|
||||
|
@ -16,6 +16,7 @@ MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
MAINTAINER= gerald@FreeBSD.org
|
||||
COMMENT= Microsoft Windows compatibility layer for Unix-like systems
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/devel/flex
|
||||
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
jpeg.10:${PORTSDIR}/graphics/jpeg \
|
||||
@ -29,7 +30,8 @@ CONFIGURE_ARGS= --datadir=${DATADIR} --verbose --disable-tests \
|
||||
--without-gsm --without-mpg123 --without-openal \
|
||||
--without-sane --without-xcursor
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
FLEX="${LOCALBASE}/bin/flex"
|
||||
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAN1= widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \
|
||||
|
Loading…
Reference in New Issue
Block a user