diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-05-05 12:12:06 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-05-05 12:12:06 +0000 |
commit | 011667ddf9b1a25f12f718d0f313ab53b186030f (patch) | |
tree | 287d5d14346d582a77626d9067a8d16aff2384d4 | |
parent | Update to 1.05 (diff) |
Remove build dependency on fontforge since Wine now delivers the fonts
as part of the main package.
PR: 123353
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index b9828381fa7e..a31a5789fc99 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -17,7 +17,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems -BUILD_DEPENDS= fontforge:${PORTSDIR}/print/fontforge LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index b9828381fa7e..a31a5789fc99 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -17,7 +17,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility layer for Unix-like systems -BUILD_DEPENDS= fontforge:${PORTSDIR}/print/fontforge LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ |