gnuplot: Remove the qt4 build option (it was disabled by default)
This commit is contained in:
parent
b556d9e906
commit
8391bbbdad
2 changed files with 5 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.132 2019/09/18 14:17:11 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.133 2019/10/28 08:33:24 kamil Exp $
|
||||
|
||||
DISTNAME= gnuplot-5.2.7
|
||||
CATEGORIES+= graphics
|
||||
|
@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://gnuplot.sourceforge.net/
|
||||
COMMENT= Portable interactive, function plotting utility
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
#LICENSE= gnuplot + BSD
|
||||
|
||||
API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: options.mk,v 1.14 2018/11/21 17:12:06 adam Exp $
|
||||
# $NetBSD: options.mk,v 1.15 2019/10/28 08:33:24 kamil Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.gnuplot
|
||||
PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua pdf qt4 qt5 wxwidgets x11
|
||||
PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua pdf qt5 wxwidgets x11
|
||||
PKG_SUGGESTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc x11
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
@ -54,13 +54,7 @@ PLIST.x11= yes
|
|||
CONFIGURE_ARGS+= --without-x
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mqt4)
|
||||
USE_LANGUAGES+= c++
|
||||
CONFIGURE_ARGS+= --with-qt=qt4
|
||||
PLIST.qt= yes
|
||||
.include "../../x11/qt4-libs/buildlink3.mk"
|
||||
.include "../../x11/qt4-tools/buildlink3.mk"
|
||||
.elif !empty(PKG_OPTIONS:Mqt5)
|
||||
.if !empty(PKG_OPTIONS:Mqt5)
|
||||
USE_LANGUAGES+= c++11
|
||||
CONFIGURE_ARGS+= --with-qt=qt5
|
||||
PLIST.qt= yes
|
||||
|
|
Loading…
Reference in a new issue