diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2010-01-09 21:48:38 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2010-01-09 21:48:38 +0000 |
commit | 34a2a257d2659760582c3e3a3cabe3956d110fa8 (patch) | |
tree | 01c4906b12255a7dc5c739f6dc95c2460b037315 /emulators | |
parent | 7971caf347aef76c314f0ea801e3a0a494ed0f40 (diff) | |
download | ports-34a2a257d2659760582c3e3a3cabe3956d110fa8.tar.gz ports-34a2a257d2659760582c3e3a3cabe3956d110fa8.zip |
Fix build INDEX for 6.x.
Report by: Portsnap buildbox
Approved by: portmrg (pav@)
Pointy hat to: gerald@
Notes
Notes:
svn path=/head/; revision=247464
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 48eb26325d62..04164756e6b0 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -16,7 +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 +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.10:${PORTSDIR}/graphics/jpeg \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 48eb26325d62..04164756e6b0 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -16,7 +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 +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.10:${PORTSDIR}/graphics/jpeg \ |