diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-04-28 23:22:42 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-04-28 23:22:42 +0000 |
commit | 7c94c9a5e9285d58aab4ca0467fed9b236b2e054 (patch) | |
tree | 260db5e1aa3802adcb304d87844f0f5a30757e18 /www/opera7 | |
parent | 3a653e57cd432a6d619541d46bbc78a02db474dd (diff) | |
download | pkgsrc-7c94c9a5e9285d58aab4ca0467fed9b236b2e054.tar.gz |
add dependency on suse_freetype2
Diffstat (limited to 'www/opera7')
-rw-r--r-- | www/opera7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/opera7/Makefile b/www/opera7/Makefile index 437a2744047..914cbb273f3 100644 --- a/www/opera7/Makefile +++ b/www/opera7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/28 23:20:10 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/28 23:22:42 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION} CATEGORIES= www @@ -34,6 +34,7 @@ OPERA_PKG_VERSION= 7.1.0beta1 .if (${MACHINE_ARCH} == i386) DEPENDS+= suse_compat>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat +DEPENDS+= suse_freetype2>=6.3:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_libjpeg>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libjpeg DEPENDS+= suse_libpng>=6.4:../../emulators/${SUSE_DIR_PREFIX}_libpng DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11 |