diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-09 03:24:13 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-09 03:24:13 +0000 |
commit | 4294e4445bcd483f25034da27654d3495ea8fb84 (patch) | |
tree | 07c104200c640cbe0dd31100b4a95d318454e27f /www | |
parent | 0cdb196a1ce35395a7ef0b2e4e129eb1ea2b9f34 (diff) | |
download | FreeBSD-ports-4294e4445bcd483f25034da27654d3495ea8fb84.zip FreeBSD-ports-4294e4445bcd483f25034da27654d3495ea8fb84.tar.gz |
Add jpeg dependency (dosirak log forwarded by kris).
Diffstat (limited to 'www')
-rw-r--r-- | www/mmosaic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mmosaic/Makefile b/www/mmosaic/Makefile index 9504601..8a1e65a 100644 --- a/www/mmosaic/Makefile +++ b/www/mmosaic/Makefile @@ -17,7 +17,8 @@ DISTNAME= mMosaic-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Web browser based on Mosaic, but with many modernizations -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png NO_CDROM="academic, research and internal business purposes only, without a fee" NO_PACKAGE= "must cause any work...derived...to be licensed as a whole...under...this License" |