Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2016 15:32:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429923 - head/math/galculator
Message-ID:  <201612291532.uBTFWjh8067300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 29 15:32:45 2016
New Revision: 429923
URL: https://svnweb.freebsd.org/changeset/ports/429923

Log:
  - Fix LICENSE
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  - Switch to USES=localbase
  
  Approved by:	portmgr blanket

Modified:
  head/math/galculator/Makefile

Modified: head/math/galculator/Makefile
==============================================================================
--- head/math/galculator/Makefile	Thu Dec 29 15:20:17 2016	(r429922)
+++ head/math/galculator/Makefile	Thu Dec 29 15:32:45 2016	(r429923)
@@ -8,16 +8,14 @@ CATEGORIES=	math
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	GTK-based scientific calculator
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GITHUB=	yes
 
-USES=		autoreconf gettext gmake libtool pkgconfig tar:bzip2
+USES=		autoreconf gettext gmake libtool localbase pkgconfig
 USE_GNOME=	cairo intltool
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 INSTALLS_ICONS=	yes
 
 OPTIONS_SINGLE=		GTK



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612291532.uBTFWjh8067300>