diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
commit | 7020ba824d0766f01012481d30671834bccc6cc9 (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/liblouisxml | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) | |
download | ports-7020ba824d0766f01012481d30671834bccc6cc9.tar.gz ports-7020ba824d0766f01012481d30671834bccc6cc9.zip |
Notes
Diffstat (limited to 'devel/liblouisxml')
-rw-r--r-- | devel/liblouisxml/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/liblouisxml/Makefile b/devel/liblouisxml/Makefile index 173ae8479ccd..7a9f6825632e 100644 --- a/devel/liblouisxml/Makefile +++ b/devel/liblouisxml/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: liblouisxml -# Date created: 06 Feb 2009 -# Whom: Wen Heping <wenheping@gmail.com> +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ PORTNAME= liblouisxml @@ -15,9 +13,9 @@ LIB_DEPENDS= louis.2:${PORTSDIR}/devel/liblouis \ xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= yes INFO= liblouisxml-guide MAN1= msword2brl.1 xml2brl.1 |