diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-30 12:22:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-30 12:22:45 +0000 |
commit | 7dbda9e2ef22d8dfe0c31963596df9d7e49ef236 (patch) | |
tree | 6710a61e522b2b73ed619c2268ebbc5765b48d2b /graphics/libflash/Makefile.common | |
parent | 262962b8cbca9d6f0d89214cace33102997e9cb4 (diff) | |
download | pkgsrc-7dbda9e2ef22d8dfe0c31963596df9d7e49ef236.tar.gz |
Bump PKGREVISIONs of libflash, flashplayer, and moz-flash. These
packages can now use audio/oss for OSS audio support. Convert to use
buildlink2 and make libflash.so link against the proper libraries so
that all inter-library dependencies are recorded. Also build moz-flash
using libtool instead of guessing at the link command for the shared
module.
Diffstat (limited to 'graphics/libflash/Makefile.common')
-rw-r--r-- | graphics/libflash/Makefile.common | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/graphics/libflash/Makefile.common b/graphics/libflash/Makefile.common index e60a60da301..617449d0f66 100644 --- a/graphics/libflash/Makefile.common +++ b/graphics/libflash/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2000/08/28 17:33:50 rh Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/01/30 12:22:47 jlam Exp $ # DISTNAME= flash-0.4.10 @@ -11,4 +11,12 @@ HOMEPAGE= http://www.swift-tools.com/Flash/ USE_X11= yes -.include "../../mk/bsd.pkg.mk" +DISTINFO_FILE= ${.CURDIR}/../libflash/distinfo +PATCHDIR= ${.CURDIR}/../libflash/patches + +post-extract: remove-subpackages + +remove-subpackages: + ${RM} -rf ${WRKSRC}/Jpeg ${WRKSRC}/Zlib + +.include "../../mk/ossaudio.buildlink2.mk" |