Unverified Commit 6707a3c9 authored by Tobias Kortkamp's avatar Tobias Kortkamp
Browse files

Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
parent 51abee53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ OPTIONS_DEFAULT= GSTREAMER

GSTREAMER_DESC=	WMA/XMA support via GStreamer

GSTREAMER_USES=		gettext-runtime pkgconfig
GSTREAMER_USES=		gettext-runtime gnome pkgconfig
GSTREAMER_USE=		GNOME=glib20 \
			GSTREAMER1=yes
GSTREAMER_CMAKE_BOOL=	GSTREAMER
+0 −2
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@ USE_GITHUB= yes
GH_ACCOUNT=	grame-cncm
GH_TUPLE=	grame-cncm:faustlibraries:cde5c7b:grame_cncm_faustlibraries/Resources/Libs

CMAKE_SOURCE_PATH=	${WRKSRC}/package

SHEBANG_GLOB=	build install makelibs

LLVM_VERSION=	11 # llvm version should be the same as in audio/faust
+0 −2
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ CATEGORIES= biology java
MASTER_SITES=	https://www.jalview.org/source/
DISTNAME=	${PORTNAME}_${DISTVERSION:S/./_/g}
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
EXTRACT_ONLY=	${PORTNAME}_${DISTVERSION:S/./_/g}${EXTRACT_SUFX}

EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

MAINTAINER=	yuri@FreeBSD.org
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ LICENSE= GPLv2
LIB_DEPENDS=	libarpack.so:math/arpack-ng	\
		libspooles.so:math/spooles

USES=		blaslapack compiler:openmp fortran gmake tar:bzip2
USES=		blaslapack compiler:openmp fortran gmake perl5 tar:bzip2
USE_PERL5=	build

DIST_SOURCES=	ccx_${PORTVERSION}.src${EXTRACT_SUFX}
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2

USES=		autoreconf gnome iconv:translit libtool pkgconfig tk
USES=		autoreconf gnome iconv:translit libtool pkgconfig tk xorg

USE_XORG=	x11 xft
USE_GNOME=	pango
Loading