diff options
author | gerald <gerald@FreeBSD.org> | 2008-06-15 13:04:25 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-06-15 13:04:25 +0000 |
commit | 2ea1b3114884d5fa13f72ba47bcad5f1b82c13b6 (patch) | |
tree | b242f994d949585b95220d3b7a43a0ba8f5b3e3b /emulators | |
parent | 91968dfc6337bcc35a62931582f73b7b764c1258 (diff) | |
download | FreeBSD-ports-2ea1b3114884d5fa13f72ba47bcad5f1b82c13b6.zip FreeBSD-ports-2ea1b3114884d5fa13f72ba47bcad5f1b82c13b6.tar.gz |
Add explicit dependency on graphics/png port.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 93b9111..0b97be1 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms \ + png.5:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 93b9111..0b97be1 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms \ + png.5:${PORTSDIR}/graphics/png \ xml2:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes |