diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-01-28 03:41:09 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-01-28 03:41:09 +0000 |
commit | b6d18cb61d0375113d431836c02036b46c9429cf (patch) | |
tree | efbdfbc1492e74a92b11f33e7966cc66b78f093a /multimedia | |
parent | 4cc0a75ff7f5b51ec41f8e776db546158e014233 (diff) | |
download | pkgsrc-b6d18cb61d0375113d431836c02036b46c9429cf.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 |