svn commit: r429923 - head/math/galculator

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 29 15:32:47 UTC 2016


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 at 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


More information about the svn-ports-head mailing list