diff options
author | jmmv <jmmv> | 2004-01-26 13:40:49 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-01-26 13:40:49 +0000 |
commit | 644107d21e07342be689e636ca4cec477dc55776 (patch) | |
tree | 4b1d879de8f09c537728088259eeb472506280bd /graphics | |
parent | 2265adef176af2220da3828b7c9a479f8903a5d2 (diff) | |
download | pkgsrc-644107d21e07342be689e636ca4cec477dc55776.tar.gz |
Fix path to libflash; now in the multimedia category.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/moz-flash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/moz-flash/Makefile b/graphics/moz-flash/Makefile index 6ba6cdada5b..cc8ecbd9591 100644 --- a/graphics/moz-flash/Makefile +++ b/graphics/moz-flash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:41:45 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/26 13:40:49 jmmv Exp $ # -.include "../../graphics/libflash/Makefile.common" +.include "../../multimedia/libflash/Makefile.common" PKGNAME= moz-flash-1.0 PKGREVISION= 4 @@ -27,6 +27,6 @@ do-install: cd ${WRKSRC}/Plugin && \ ${INSTALL_PROGRAM} .libs/npflash.so ${MOZ_PLUGDIR} -.include "../../graphics/libflash/buildlink2.mk" +.include "../../multimedia/libflash/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |