diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-10-09 14:14:34 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-10-09 14:14:34 +0000 |
commit | 160f55a1b002e2b088de1177e311a3d396897a50 (patch) | |
tree | cce55c4a44fd2b6ac979a4b57f11c730f197307b /multimedia | |
parent | 0305147cd9a690135ab7bfe8fcd5e1958723e99e (diff) | |
download | FreeBSD-ports-160f55a1b002e2b088de1177e311a3d396897a50.zip FreeBSD-ports-160f55a1b002e2b088de1177e311a3d396897a50.tar.gz |
Add PATCH_DEPENDS on devel/libtool15 to fix build error.
Submitted by: pav
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libxine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 77e0d33..a4bb669 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -30,6 +30,7 @@ LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \ modplug.0:${PORTSDIR}/audio/libmodplug \ vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \ Wand.8:${PORTSDIR}/graphics/ImageMagick +PATCH_DEPENDS= libtool15:${PORTSDIR}/devel/libtool15 USE_GETTEXT= yes USE_ICONV= yes |