diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-02 12:45:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-02 12:45:04 +0000 |
commit | f89efc5b2204d2b9e6cd866ca782d0d0fa17505b (patch) | |
tree | 65f907613fa5aac68318104daad0efdc6064dfba /graphics/moz-flash | |
parent | 47d1c0f88757615b24fc8f7e22336cf86a3a98a0 (diff) | |
download | pkgsrc-f89efc5b2204d2b9e6cd866ca782d0d0fa17505b.tar.gz |
More pkglint friendly.
Diffstat (limited to 'graphics/moz-flash')
-rw-r--r-- | graphics/moz-flash/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/moz-flash/Makefile b/graphics/moz-flash/Makefile index 56057da3aa0..94be326dd20 100644 --- a/graphics/moz-flash/Makefile +++ b/graphics/moz-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:13 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/02 12:46:09 wiz Exp $ # PKGNAME= moz-flash-1.0 @@ -7,12 +7,11 @@ PKGREVISION= 1 MAINTAINER= joda@netbsd.org COMMENT= Mozilla open source flash(tm) plugin -LIBFLASHDIR= ../../graphics/libflash -PATCHDIR= ${.CURDIR}/${LIBFLASHDIR}/patches -FILESDIR= ${.CURDIR}/${LIBFLASHDIR}/files -DISTINFO_FILE= ${.CURDIR}/${LIBFLASHDIR}/distinfo +PATCHDIR= ${.CURDIR}/../../graphics/libflash/patches +FILESDIR= ${.CURDIR}/../../graphics/libflash/files +DISTINFO_FILE= ${.CURDIR}/../../graphics/libflash/distinfo -DEPENDS+= libflash>=0.4.10nb1:${LIBFLASHDIR} +DEPENDS+= libflash>=0.4.10nb1:../../graphics/libflash DEPENDS+= mozilla>=0.9.9:../../www/mozilla USE_X11BASE= yes @@ -25,4 +24,4 @@ do-build: do-install: cd ${WRKSRC}/Plugin && ${INSTALL_PROGRAM} npflash.so ${MOZ_PLUGDIR} -.include "${LIBFLASHDIR}/Makefile.common" +.include "../../graphics/libflash/Makefile.common" |