diff options
author | gerald <gerald@FreeBSD.org> | 2008-06-15 21:04:25 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-06-15 21:04:25 +0800 |
commit | 2ea1b3114884d5fa13f72ba47bcad5f1b82c13b6 (patch) | |
tree | b242f994d949585b95220d3b7a43a0ba8f5b3e3b /emulators/wine | |
parent | 91968dfc6337bcc35a62931582f73b7b764c1258 (diff) | |
download | freebsd-ports-gnome-2ea1b3114884d5fa13f72ba47bcad5f1b82c13b6.tar.gz freebsd-ports-gnome-2ea1b3114884d5fa13f72ba47bcad5f1b82c13b6.tar.zst freebsd-ports-gnome-2ea1b3114884d5fa13f72ba47bcad5f1b82c13b6.zip |
Add explicit dependency on graphics/png port.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 93b91117d5ef..0b97be13628c 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 |