diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-01-23 20:04:12 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-01-23 20:04:12 +0000 |
commit | e9804b818552543ad6e08967d91ec3deae03a32d (patch) | |
tree | b16906ccec6dc80401fb84e394e1873f9f0007d6 /textproc/sablotron/Makefile | |
parent | 8ea66910b19c42269e715694524a799267341efd (diff) |
Notes
Diffstat (limited to 'textproc/sablotron/Makefile')
-rw-r--r-- | textproc/sablotron/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 665b0cedafd0..c93b38d42459 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -6,24 +6,26 @@ # PORTNAME= Sablot -PORTVERSION= 0.71 +PORTVERSION= 0.81 CATEGORIES= textproc MASTER_SITES= http://download-2.gingerall.cz/download/sablot/ -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \ expat.2:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes -SHLIB_MAJOR= 66 +SHLIB_MAJOR= 67 PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}" -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ + LIBTOOL=${LIBTOOL} USE_GMAKE= yes -USE_AUTOMAKE_VER=14 +GNU_CONFIGURE= yes +USE_AUTOMAKE_VER=15 AUTOMAKE_ARGS= -a USE_LIBTOOL= yes |