1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Make USES=gl conditional on the GUI option to unbreak build when GUI is

disabled.  Error was:
  scilab-5.5.2_15 need to specify gl component with USE_GL.
because USE_GUI is conditional on GUI.

While here, tweak Makefile statement ordering to reduce portlint warnings.

PR:		234651
Approved by:	makc (maintainer)
MFH:		2019Q1
This commit is contained in:
Don Lewis 2019-01-08 17:51:14 +00:00
parent edd29c5e2d
commit e8b4b36c08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489729

View File

@ -8,14 +8,14 @@ CATEGORIES= math cad java
MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/
DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX}
MAINTAINER= makc@FreeBSD.org
COMMENT= Scientific software package for numerical computations
LICENSE= GPLv2 BSD3CLAUSE
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-BSD
MAINTAINER= makc@FreeBSD.org
COMMENT= Scientific software package for numerical computations
# A partial dependencies list can be found at:
# http://wiki.scilab.org/Dependencies_of_Scilab_5.X
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
@ -28,12 +28,12 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libamd.so:math/suitesparse
RUN_DEPENDS= xdg-open:devel/xdg-utils
USES= cpe desktop-file-utils fortran gettext gl gmake gnome iconv \
USES= cpe desktop-file-utils fortran gettext gmake gnome iconv \
libtool ncurses pathfix pkgconfig shared-mime-info
USE_CXXSTD= gnu++98
USE_LOCALE= en_US.UTF-8
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
@ -99,6 +99,7 @@ GUI_BUILD_DEPENDS= ${_GUI_DEPENDS} \
GUI_RUN_DEPENDS= ${_GUI_DEPENDS}
GUI_ALL_TARGET= all doc
GUI_USES= gl
GUI_USE= GL=gl JAVA=yes
GUI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-bin-JAVA_HOME
GUI_CONFIGURE_ON= --with-jdk=${JAVA_HOME} \