diff options
author | salo <salo@pkgsrc.org> | 2003-05-23 09:23:05 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-23 09:23:05 +0000 |
commit | cde41644a8f711ae84bd3fbfa81dd9e8dd032756 (patch) | |
tree | 5f63faddb9f5b8714f0e2ec58dcfc63bb8b2b7c4 /graphics/moz-flash | |
parent | 83a75a1b15079c3595dca05ffdb703459f1c56f3 (diff) | |
download | pkgsrc-cde41644a8f711ae84bd3fbfa81dd9e8dd032756.tar.gz |
PKGREVISION++
- USE_X11BASE->USE_X11 after mozilla switch
- style nits
Diffstat (limited to 'graphics/moz-flash')
-rw-r--r-- | graphics/moz-flash/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/graphics/moz-flash/Makefile b/graphics/moz-flash/Makefile index 8206cbd1881..b61bffaeec0 100644 --- a/graphics/moz-flash/Makefile +++ b/graphics/moz-flash/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.10 2003/05/02 11:55:26 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2003/05/23 09:23:05 salo Exp $ # -.include "../libflash/Makefile.common" +.include "../../graphics/libflash/Makefile.common" PKGNAME= moz-flash-1.0 -PKGREVISION= 3 +PKGREVISION= 4 MAINTAINER= joda@netbsd.org COMMENT= Mozilla open source Flash(tm) plugin DEPENDS+= mozilla>=0.9.9:../../www/mozilla -USE_BUILDLINK2= yes -USE_X11BASE= yes -USE_LIBTOOL= yes +USE_BUILDLINK2= YES +USE_X11= YES +USE_LIBTOOL= YES + BUILD_DIRS= ${WRKSRC}/Plugin CPPFLAGS+= -DDEV_DSP=\\\"${DEVOSSSOUND}\\\" MAKE_ENV+= SHLIBTOOL="${PKGSHLIBTOOL}" @@ -26,5 +27,6 @@ do-install: cd ${WRKSRC}/Plugin && \ ${INSTALL_PROGRAM} .libs/npflash.so ${MOZ_PLUGDIR} -.include "../libflash/buildlink2.mk" +.include "../../graphics/libflash/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |