svn commit: r327388 - head/devel/liblangtag
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Sep 16 13:04:54 UTC 2013
Author: sunpoet
Date: Mon Sep 16 13:04:53 2013
New Revision: 327388
URL: http://svnweb.freebsd.org/changeset/ports/327388
Log:
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Use USES=gmake
Modified:
head/devel/liblangtag/Makefile
Modified: head/devel/liblangtag/Makefile
==============================================================================
--- head/devel/liblangtag/Makefile Mon Sep 16 13:01:41 2013 (r327387)
+++ head/devel/liblangtag/Makefile Mon Sep 16 13:04:53 2013 (r327388)
@@ -4,23 +4,21 @@ PORTNAME= liblangtag
PORTVERSION= 0.5.1
CATEGORIES= devel textproc
MASTER_SITES= https://cdn.bitbucket.org/tagoh/liblangtag/downloads/ \
- LOCAL
-MASTER_SITE_SUBDIR= jkim
+ LOCAL/jkim
MAINTAINER= office at FreeBSD.org
-COMMENT= An interface library to access tags for identifying languages
+COMMENT= Interface library to access tags for identifying languages
LICENSE= LGPL3 MPL
LICENSE_COMB= dual
-LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
-USE_GMAKE= yes
USE_LDCONFIG= yes
-USES= iconv:build pathfix pkgconfig
+USES= gmake iconv:build pathfix pkgconfig
CONFIGURE_ARGS= --disable-introspection
More information about the svn-ports-all
mailing list