diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /devel/liblouisxml | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) | |
download | ports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip |
Notes
Diffstat (limited to 'devel/liblouisxml')
-rw-r--r-- | devel/liblouisxml/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/liblouisxml/Makefile b/devel/liblouisxml/Makefile index 3d64ad8c91d8..5afe17412959 100644 --- a/devel/liblouisxml/Makefile +++ b/devel/liblouisxml/Makefile @@ -3,19 +3,19 @@ PORTNAME= liblouisxml PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= wenheping@gmail.com COMMENT= Library Provide Complete Braille Transcription Services -LIB_DEPENDS= louis.2:${PORTSDIR}/devel/liblouis \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= louis.2:${PORTSDIR}/devel/liblouis GNU_CONFIGURE= yes -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_LDCONFIG= yes +USE_GNOME= libxml2 INFO= liblouisxml-guide MAN1= msword2brl.1 xml2brl.1 |