diff options
author | jmcneill <jmcneill> | 2009-01-28 03:41:09 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2009-01-28 03:41:09 +0000 |
commit | d4001c728b304f7ef4d841813392574ea0589853 (patch) | |
tree | efbdfbc1492e74a92b11f33e7966cc66b78f093a /multimedia | |
parent | d4ba8f428a791b7ae25bf4a94073570d9bbfe0b2 (diff) | |
download | pkgsrc-d4001c728b304f7ef4d841813392574ea0589853.tar.gz |
add yasm as a build dependency
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/handbrake/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index ab5677bc2cc..69d443c9cf6 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/01/21 14:19:14 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/28 03:41:09 jmcneill Exp $ # DISTNAME= HandBrake-0.9.3 @@ -53,6 +53,7 @@ USE_LANGUAGES= c c++ BUILD_DEPENDS+= jam>=2.5.2:../../devel/jam BUILD_DEPENDS+= nasm>=2.05.01:../../devel/nasm +BUILD_DEPENDS+= yasm>=0.6.1:../../devel/yasm CLI_CONFIGURE_ARGS= --release |