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 | cbac1b2142ffeda168356e0a85c33829123f805b (patch) | |
tree | e37e4ad99ba8c0272733ac77d4685a6d036f9846 /print | |
parent | b72a7a6c16ffdf80ae65dceebbe4c4c575a72f59 (diff) | |
download | pkgsrc-cbac1b2142ffeda168356e0a85c33829123f805b.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.
Diffstat (limited to 'print')
-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 |