Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 21:34:55 +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: r398388 - head/textproc/libcroco
Message-ID:  <201510012134.t91LYttZ010286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct  1 21:34:54 2015
New Revision: 398388
URL: https://svnweb.freebsd.org/changeset/ports/398388

Log:
  - Add LICENSE
  - Pet portlint
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/libcroco/Makefile

Modified: head/textproc/libcroco/Makefile
==============================================================================
--- head/textproc/libcroco/Makefile	Thu Oct  1 21:34:36 2015	(r398387)
+++ head/textproc/libcroco/Makefile	Thu Oct  1 21:34:54 2015	(r398388)
@@ -10,18 +10,14 @@ MASTER_SITES=	GNOME
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	CSS2 parsing library
 
+LICENSE=	LGPL21
+
 GNU_CONFIGURE=	yes
-USES=		gmake gettext libtool:keepla pathfix pkgconfig tar:xz
+USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20 libxml2
 CONFIGURE_ARGS=	--disable-gtk-doc-html
 
 PLIST_SUB=	VERSION="0.6"
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 900035
-CONFIGURE_ARGS+=--disable-Bsymbolic
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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