1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build in WITH_LIBMAGIC case

PR:		72495
Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
Approved by:	maintainer
This commit is contained in:
Tilman Keskinoz 2004-10-18 18:17:23 +00:00
parent 8ae39a1141
commit a64b397670
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119738
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ COMMENT= An OpenFT, Gnutella and FastTrack p2p network client
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
Magick.6:${PORTSDIR}/graphics/ImageMagick
.if defined(WITH_LIBMAGIC)
BUILD_DEPENDS+= ${LOCALBASE}/include/magic.h:${PORTSDIR}/sysutils/file
LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file
.endif

View File

@ -18,6 +18,7 @@ COMMENT= An OpenFT, Gnutella and FastTrack p2p network client
LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \
Magick.6:${PORTSDIR}/graphics/ImageMagick
.if defined(WITH_LIBMAGIC)
BUILD_DEPENDS+= ${LOCALBASE}/include/magic.h:${PORTSDIR}/sysutils/file
LIB_DEPENDS+= magic.1:${PORTSDIR}/sysutils/file
.endif