diff options
author | ade <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /print | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | FreeBSD-ports-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip FreeBSD-ports-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz |
Sync with new bsd.autotools.mk
Diffstat (limited to 'print')
-rw-r--r-- | print/cjk-lyx/Makefile | 2 | ||||
-rw-r--r-- | print/fontforge/Makefile | 2 | ||||
-rw-r--r-- | print/foomatic-db-engine/Makefile | 2 | ||||
-rw-r--r-- | print/libpdf++/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 9d1e37e..37e2994 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -31,7 +31,7 @@ USE_PERL5= yes USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-frontend=qt \ --with-extra-lib="${LOCALBASE}/lib" \ --with-extra-inc="${LOCALBASE}/include" diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 2093549..10886d2 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="${CFLAGS} \ -I${LOCALBASE}/include/freetype2" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 MAN1= fontforge.1 sfddiff.1 diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 45b6442..308abee 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -14,13 +14,13 @@ MASTER_SITES= # MAINTAINER= ports@FreeBSD.org COMMENT= Foomatic database engine -BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ curl.3:${PORTSDIR}/ftp/curl USE_GMAKE= yes USE_PERL5= yes USE_BZIP2= yes +WANT_AUTOMAKE_VER= 15 USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes NO_CHECKSUM= yes # the tarball is created on the fly from CVS diff --git a/print/libpdf++/Makefile b/print/libpdf++/Makefile index a941363..9a33454 100644 --- a/print/libpdf++/Makefile +++ b/print/libpdf++/Makefile @@ -24,6 +24,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ RUN_DEPENDS= ${LOCALBASE}/include/boost/any.hpp:${PORTSDIR}/devel/boost USE_AUTOMAKE_VER= 14 +USE_AUTOCONF_VER= 213 CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include USE_GMAKE= yes INSTALLS_SHLIB= yes |