diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-26 04:14:50 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-26 04:14:50 +0800 |
commit | f8a5831b062256ef209f0fee1097ce24f348bddd (patch) | |
tree | 6ab2a4b91840abd8cd16085f80dd8dcbf72751c3 /graphics | |
parent | bedef0518eaaecbddbfb5283af1e184195d87960 (diff) | |
download | freebsd-ports-gnome-f8a5831b062256ef209f0fee1097ce24f348bddd.tar.gz freebsd-ports-gnome-f8a5831b062256ef209f0fee1097ce24f348bddd.tar.zst freebsd-ports-gnome-f8a5831b062256ef209f0fee1097ce24f348bddd.zip |
add missing nasm BUILD_DEPENDS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ffmpeg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ffmpeg/Makefile b/graphics/ffmpeg/Makefile index 9a44c2729b1b..e630172144d3 100644 --- a/graphics/ffmpeg/Makefile +++ b/graphics/ffmpeg/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt WRKSRC= ${WRKDIR}/${PORTNAME} |