diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-26 19:51:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-26 19:51:00 +0800 |
commit | cfb840cbb3c6ed86f1e79c26f74a26af9b5fbdef (patch) | |
tree | decfe70e2fa805118df872a35d37930d6c7f324b /multimedia/mpeg4ip | |
parent | 9890e93660a875278208f0edf534a97b7eda95e0 (diff) | |
download | freebsd-ports-gnome-cfb840cbb3c6ed86f1e79c26f74a26af9b5fbdef.tar.gz freebsd-ports-gnome-cfb840cbb3c6ed86f1e79c26f74a26af9b5fbdef.tar.zst freebsd-ports-gnome-cfb840cbb3c6ed86f1e79c26f74a26af9b5fbdef.zip |
Add missing devel/libgnugetopt dependency
Submitted by: bento
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index fc3f8d8b38b8..894e87a4d42b 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ +BUILD_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ + libtool:${PORTSDIR}/devel/libtool \ nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 |