diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-10 07:28:21 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-10 07:28:21 +0000 |
commit | e747e4e80a553840d14e97e9b9fe7f563a93ea24 (patch) | |
tree | e24759a1304511d69edb76be21195870a66b7699 /www/kompozer/Makefile | |
parent | ec5eae15743a06bdb7dca39965bd2bfa4060a8be (diff) | |
download | ports-e747e4e80a553840d14e97e9b9fe7f563a93ea24.tar.gz ports-e747e4e80a553840d14e97e9b9fe7f563a93ea24.zip |
Remove libmng from LIB_DEPENDS since it doesn't work.
Notes
Notes:
svn path=/head/; revision=126028
Diffstat (limited to 'www/kompozer/Makefile')
-rw-r--r-- | www/kompozer/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile index d1ec88d8cc79..469ba3c3d69c 100644 --- a/www/kompozer/Makefile +++ b/www/kompozer/Makefile @@ -20,7 +20,6 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - mng.1:${PORTSDIR}/graphics/libmng \ freetype.9:${PORTSDIR}/print/freetype2 \ nspr4.1:${PORTSDIR}/devel/nspr |