diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:15:30 +0000 |
commit | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /multimedia | |
parent | 578edcd385551fbafb4827036ad4654689210ee5 (diff) | |
download | pkgsrc-7425b543e8f92cf560a58d4bf6db6c156cca9e85.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gmplayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gmplayer/Makefile b/multimedia/gmplayer/Makefile index e0305521408..c315d357002 100644 --- a/multimedia/gmplayer/Makefile +++ b/multimedia/gmplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/04/18 17:49:41 drochner Exp $ +# $NetBSD: Makefile,v 1.34 2005/05/16 01:15:32 jlam Exp $ # # NOTE: if you are updating both mplayer and gmplayer, you must ensure @@ -52,6 +52,7 @@ DISTFILES+= ${SKINS} DISTINFO_FILE= ${.CURDIR}/distinfo DIST_SUBDIR= ${PKGNAME_NOREV}-20050409 +PKGSRC_USE_TOOLS+= gtar CONFIGURE_ARGS+= --enable-gui --disable-mencoder \ --confdir=${PREFIX}/share/mplayer |