diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-18 18:17:23 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-18 18:17:23 +0000 |
commit | a64b3976705197fa36029a5b8026c27e9a7f4e8c (patch) | |
tree | 9e95e1338884b45cb111808ba9f95e006d5c1da7 | |
parent | 8ae39a11411243edd3727617541a7ce327be9c68 (diff) | |
download | ports-a64b3976705197fa36029a5b8026c27e9a7f4e8c.tar.gz ports-a64b3976705197fa36029a5b8026c27e9a7f4e8c.zip |
Notes
-rw-r--r-- | net-p2p/gift/Makefile | 1 | ||||
-rw-r--r-- | net/gift/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index 3ae75092a920..e3fdd5f76268 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -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 diff --git a/net/gift/Makefile b/net/gift/Makefile index 3ae75092a920..e3fdd5f76268 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -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 |