diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /net/minidlna | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) | |
download | ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.tar.gz ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip |
Notes
Diffstat (limited to 'net/minidlna')
-rw-r--r-- | net/minidlna/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile index 2ed7e0b020b7..49ab4f48bda6 100644 --- a/net/minidlna/Makefile +++ b/net/minidlna/Makefile @@ -12,7 +12,6 @@ MAINTAINER= wg@FreeBSD.org COMMENT= Media-server compatible with "Digital Life Network Alliance" LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libexif.so:${PORTSDIR}/graphics/libexif \ libid3tag.so:${PORTSDIR}/audio/libid3tag \ libogg.so:${PORTSDIR}/audio/libogg \ @@ -25,7 +24,7 @@ CONFIGURE_ARGS= --with-db-path=/var/db/minidlna \ --with-os-url="http://www.FreeBSD.org" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= autoreconf gettext-tools iconv +USES= autoreconf gettext-tools iconv jpeg PKGMESSAGE= ${WRKSRC}/pkg-message SUB_FILES+= pkg-message |