diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-16 21:04:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-16 21:04:53 +0800 |
commit | 025f0c8c2ca9df4e7358f9dde914c86e121143e3 (patch) | |
tree | 6149fd673d892182cdb994d0a01d33e6fb5c5532 /devel | |
parent | 5cf7ef298934c0d2e1d5aea95751c02ada707a35 (diff) | |
download | freebsd-ports-gnome-025f0c8c2ca9df4e7358f9dde914c86e121143e3.tar.gz freebsd-ports-gnome-025f0c8c2ca9df4e7358f9dde914c86e121143e3.tar.zst freebsd-ports-gnome-025f0c8c2ca9df4e7358f9dde914c86e121143e3.zip |
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Use USES=gmake
Diffstat (limited to 'devel')
-rw-r--r-- | devel/liblangtag/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/liblangtag/Makefile b/devel/liblangtag/Makefile index 7ede75c36bda..ab7f9539fc6e 100644 --- a/devel/liblangtag/Makefile +++ b/devel/liblangtag/Makefile @@ -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@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 |