From 947bbaae197db73a0ff9d011c74bdaee7283c2f5 Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 29 Dec 2007 19:27:27 +0000 Subject: Add cups-base as a library dependency. PR: 117627 Reported by: Kyryll A Mirnenko Submitted by: Tijl Coosemans --- emulators/wine-devel/Makefile | 3 ++- emulators/wine/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'emulators') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 0638f47b9bac..489cfe6cbb3b 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -18,7 +18,8 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems BUILD_DEPENDS= fontforge:${PORTSDIR}/print/fontforge -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base \ + fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0638f47b9bac..489cfe6cbb3b 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -18,7 +18,8 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems BUILD_DEPENDS= fontforge:${PORTSDIR}/print/fontforge -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base \ + fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms \ -- cgit