diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-14 12:33:39 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-14 12:33:39 +0000 |
commit | d58fa029f3a6a89ec152c2aaa9e25037a10beac1 (patch) | |
tree | 000d441e613a1d13be2f259d48f2b1d24db641ee /multimedia/mpeg4ip | |
parent | 6c94333d88bb45fec319146db8899f7c8677da4d (diff) | |
download | ports-d58fa029f3a6a89ec152c2aaa9e25037a10beac1.tar.gz ports-d58fa029f3a6a89ec152c2aaa9e25037a10beac1.zip |
Fix typo in *_DEPENDS list. Libraries should be listed in LIBS_*
not BUILD_* list.
PR: 46254
Submitted by: asmodai
Notes
Notes:
svn path=/head/; revision=71627
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index b12afcb4875a..eda72b4e0c2d 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -13,10 +13,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org -BUILD_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - libtool:${PORTSDIR}/devel/libtool \ +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ + gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_GNOMENG= yes USE_GNOME= gtk12 |