diff options
author | gerald <gerald@FreeBSD.org> | 2007-12-30 03:27:27 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-12-30 03:27:27 +0800 |
commit | 947bbaae197db73a0ff9d011c74bdaee7283c2f5 (patch) | |
tree | 83d6f7a8e5fc10ca2886aa14f45c0e29e89fbc0e /emulators | |
parent | fdaf5525404d27ad7dc974cdee66f6965ca73f2b (diff) | |
download | freebsd-ports-gnome-947bbaae197db73a0ff9d011c74bdaee7283c2f5.tar.gz freebsd-ports-gnome-947bbaae197db73a0ff9d011c74bdaee7283c2f5.tar.zst freebsd-ports-gnome-947bbaae197db73a0ff9d011c74bdaee7283c2f5.zip |
Add cups-base as a library dependency.
PR: 117627
Reported by: Kyryll A Mirnenko <mirya@zoc.com.ua>
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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 \ |