diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-11 05:51:25 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-11 05:51:25 +0000 |
commit | 9021d7baf4f9bea2d58321eb8782ec978c6b0ead (patch) | |
tree | 64ad089df56a889551c288551c45503c61bf847c /www/dillo-i18n | |
parent | Update to version 2.26 (diff) |
Fix dependencies
PR: 25664
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=39546
Diffstat (limited to '')
-rw-r--r-- | www/dillo-i18n/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/dillo-i18n/Makefile b/www/dillo-i18n/Makefile index 821969401bdd..28e1862de601 100644 --- a/www/dillo-i18n/Makefile +++ b/www/dillo-i18n/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= greid@ukug.uk.freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.4:${PORTSDIR}/graphics/png \ intl.1:${PORTSDIR}/devel/gettext USE_GTK= yes |