diff options
author | tron <tron> | 2004-08-14 14:02:26 +0000 |
---|---|---|
committer | tron <tron> | 2004-08-14 14:02:26 +0000 |
commit | 56ed332b384e34cb62e262bde61f0a238192519b (patch) | |
tree | 50392f5be4d85e68a4e1d8d06bb915c24dcdfe83 | |
parent | 1319dc8419929161f5bb36dec4bff0ef69129c9e (diff) | |
download | pkgsrc-56ed332b384e34cb62e262bde61f0a238192519b.tar.gz |
Correct dependences: "opera" for Linux doesn't need anything but
"suse_x11" because all the other libraries are statically linked in.
-rw-r--r-- | www/opera7/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/opera7/Makefile b/www/opera7/Makefile index 990795e743e..6d5b80b4da0 100644 --- a/www/opera7/Makefile +++ b/www/opera7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/08/12 22:57:00 jdolecek Exp $ +# $NetBSD: Makefile,v 1.25 2004/08/14 14:02:26 tron Exp $ DISTNAME= opera-${OPERA_PKG_VERSION} PKGREVISION= # empty @@ -34,11 +34,7 @@ OPERA_VER_DATE= 20040803 OPERA_PKG_VERSION= 7.54 .if (${OPSYS} == NetBSD) -DEPENDS+= suse_freetype2>=7.3:../../emulators/${SUSE_DIR_PREFIX}_freetype2 -DEPENDS+= suse_libjpeg>=7.3:../../emulators/${SUSE_DIR_PREFIX}_libjpeg -DEPENDS+= suse_libpng>=7.3:../../emulators/${SUSE_DIR_PREFIX}_libpng DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 -DEPENDS+= suse_openmotif>=7.3:../../emulators/${SUSE_DIR_PREFIX}_openmotif # we need the DIST_SUBDIR=. because of the inclusion of suse's Makefile.common DIST_SUBDIR= . |