svn commit: r398388 - head/textproc/libcroco
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Oct 1 21:34:55 UTC 2015
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 at 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>
More information about the svn-ports-head
mailing list