diff options
author | osa <osa@FreeBSD.org> | 2010-01-10 05:48:38 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-01-10 05:48:38 +0800 |
commit | 4d98e4e610e3a55808697f8ee08f2bb78c2f11ff (patch) | |
tree | 78f8e399a2d6c603367964c6c6d38e1c9051fbc6 | |
parent | bc0dee697e1eff6f85c8b0226b4755b397a80496 (diff) | |
download | freebsd-ports-gnome-4d98e4e610e3a55808697f8ee08f2bb78c2f11ff.tar.gz freebsd-ports-gnome-4d98e4e610e3a55808697f8ee08f2bb78c2f11ff.tar.zst freebsd-ports-gnome-4d98e4e610e3a55808697f8ee08f2bb78c2f11ff.zip |
Fix build INDEX for 6.x.
Report by: Portsnap buildbox
Approved by: portmrg (pav@)
Pointy hat to: gerald@
-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 \ |