diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-16 23:56:15 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-16 23:56:15 +0000 |
commit | 412af280c005dfc946b85f88a9e754232c586fc7 (patch) | |
tree | e37e4ad99ba8c0272733ac77d4685a6d036f9846 | |
parent | d36f822ca789e331086df185f3fe94ff47bc8f7b (diff) | |
download | pkgsrc-412af280c005dfc946b85f88a9e754232c586fc7.tar.gz |
Hardcode suse91 in paths to suse91_gtk2 and suse91_locale instead
of using ${SUSE_DIR_PREFIX}, since these directories do not exist
for other versions.
-rw-r--r-- | print/acroread7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index 4c69de6eab3..93ef1cb86aa 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/15 14:23:30 markd Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 23:56:15 kristerw Exp $ DISTNAME= acroread7 # Overridden below PKGNAME= acroread7-7.0 @@ -35,8 +35,8 @@ PLATFORM= unknown .if ${OPSYS} == "NetBSD" . if (${MACHINE_ARCH} == "i386") -DEPENDS= suse_gtk2>=9.1:../../emulators/${SUSE_DIR_PREFIX}_gtk2 -DEPENDS+= suse_locale>=9.1:../../emulators/${SUSE_DIR_PREFIX}_locale +DEPENDS= suse_gtk2>=9.1:../../emulators/suse91_gtk2 +DEPENDS+= suse_locale>=9.1:../../emulators/suse91_locale DISTNAME= AdbeRdr70_linux_enu PLATFORM= intellinux .endif |