diff options
author | salo <salo> | 2006-06-30 13:57:16 +0000 |
---|---|---|
committer | salo <salo> | 2006-06-30 13:57:16 +0000 |
commit | 7092148b75f1cd09cc3ff36055d7d52a60afc0e8 (patch) | |
tree | ce6fdfcad366c43b3134b8052812fd48e396f057 /www/opera-acroread | |
parent | 4d12020ceb3edf6b060fb5665bd769ca0c893a8d (diff) | |
download | pkgsrc-7092148b75f1cd09cc3ff36055d7d52a60afc0e8.tar.gz |
Don't hardcode SuSE emulation package directories.
Diffstat (limited to 'www/opera-acroread')
-rw-r--r-- | www/opera-acroread/Makefile | 4 | ||||
-rw-r--r-- | www/opera-acroread/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/opera-acroread/Makefile b/www/opera-acroread/Makefile index b0f434904f1..2d65607613a 100644 --- a/www/opera-acroread/Makefile +++ b/www/opera-acroread/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2006/06/11 20:49:06 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2006/06/30 13:57:16 salo Exp $ DISTNAME= opera-acroread-1.0 -PKGREVISION= 2 +PKGREVISION= 3 MAINTAINER= jschauma@NetBSD.org COMMENT= Acrobat Reader 4 plugin for opera diff --git a/www/opera-acroread/Makefile.common b/www/opera-acroread/Makefile.common index 6507b6154ca..e9667e35aa4 100644 --- a/www/opera-acroread/Makefile.common +++ b/www/opera-acroread/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2005/12/05 20:51:13 rillig Exp $ +# $NetBSD: Makefile.common,v 1.6 2006/06/30 13:57:16 salo Exp $ PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|} CATEGORIES= www print @@ -6,7 +6,7 @@ MASTER_SITES= # empty DISTFILES= # empty DEPENDS+= opera>=7.0:../../www/opera -DEPENDS+= suse_openmotif>=7.3:../../emulators/suse_openmotif +DEPENDS+= suse_openmotif>=7.3:../../emulators/${SUSE_DIR_PREFIX}_openmotif ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386 PLATFORM= intellinux |