diff options
author | ade <ade@FreeBSD.org> | 2004-04-03 16:48:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-04-03 16:48:20 +0800 |
commit | 46c1c4a4af960f48616cd9c2f5591b1a3cccc6e1 (patch) | |
tree | 040c427270662391c225cffe3c8304e33d6a1983 /audio/libtremor | |
parent | 4498e57c2783ea1b68e8cd86295775ace53cc7df (diff) | |
download | freebsd-ports-gnome-46c1c4a4af960f48616cd9c2f5591b1a3cccc6e1.tar.gz freebsd-ports-gnome-46c1c4a4af960f48616cd9c2f5591b1a3cccc6e1.tar.zst freebsd-ports-gnome-46c1c4a4af960f48616cd9c2f5591b1a3cccc6e1.zip |
Remove a somewhat out-of-date BUILD_DEPEND and associated comment,
given that USE_LIBTOOL_VER=13 is being used.
Diffstat (limited to 'audio/libtremor')
-rw-r--r-- | audio/libtremor/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile index f979e47a0924..da11f0a9ae9c 100644 --- a/audio/libtremor/Makefile +++ b/audio/libtremor/Makefile @@ -15,11 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= kwm@rainbow-runner.nl COMMENT= Integer-only fully Ogg Vorbis compliant decoder library -# pull in libtool this way because USE_LIBTOOL tries to patch -# things that don't exist. - -BUILD_DEPENDS= libtoolize13:${PORTSDIR}/devel/libtool13 - SNAP_DATE= 02132004 WRKSRC= ${WRKDIR}/Tremor USE_REINPLACE= yes |