Date: Fri, 27 Sep 2019 07:28:53 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513003 - head/audio/nas Message-ID: <201909270728.x8R7SrCh021763@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 27 07:28:53 2019 New Revision: 513003 URL: https://svnweb.freebsd.org/changeset/ports/513003 Log: Drop uneeded dependency on deprecated libXP Add xorg to USES PR: 240836 Submitted by: zeising Modified: head/audio/nas/Makefile Modified: head/audio/nas/Makefile ============================================================================== --- head/audio/nas/Makefile Fri Sep 27 06:18:32 2019 (r513002) +++ head/audio/nas/Makefile Fri Sep 27 07:28:53 2019 (r513003) @@ -3,7 +3,7 @@ PORTNAME= nas PORTVERSION= 1.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}%20%28stable%29 EXTRACT_SUFX= .src.tar.gz @@ -11,11 +11,11 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= multimedia@FreeBSD.org COMMENT= Network Audio System -USES= imake perl5 shebangfix +USES= imake perl5 shebangfix xorg SHEBANG_FILES= clients/audio/auscope/auscope USE_PERL5= run USE_CSTD= gnu89 -USE_XORG= x11 xext xt xau sm ice xp xpm xmu xaw +USE_XORG= x11 xext xt xau sm ice xpm xmu xaw USE_LDCONFIG= yes MAKE_ENV+= COMPRESS_CMD="${COMPRESS_CMD:S/c//}" MAKE_JOBS_UNSAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909270728.x8R7SrCh021763>