diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
commit | a271c81a691520343b54826252aba0c2600e31ab (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /net/wizd | |
parent | 19ea8e358e68f9d94cca6a73917529e296948d19 (diff) | |
download | freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.gz freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.zst freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.zip |
Convert to USES=jpeg
Diffstat (limited to 'net/wizd')
-rw-r--r-- | net/wizd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wizd/Makefile b/net/wizd/Makefile index 4d6f552c51e4..7ec57a7c16d7 100644 --- a/net/wizd/Makefile +++ b/net/wizd/Makefile @@ -11,14 +11,13 @@ DISTFILES= wizd_sources_v${PORTVERSION}.zip simplicity_v1-2.zip MAINTAINER= kikuchan@uranus.dti.ne.jp COMMENT= Open-source media server for Syabas-based media players -LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread \ - libjpeg.so:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread RUN_DEPENDS= nkf:${PORTSDIR}/japanese/nkf DOS2UNIX_FILES= Makefile nkfwrap/Makefile nkfwrap/nkfwrap_test.c \ wizd_http.c wizd_menu.c USE_RC_SUBR= wizd -USES= dos2unix zip +USES= dos2unix jpeg zip EXTRACT_AFTER_ARGS= -d ${WRKSRC} post-patch: |