diff options
Diffstat (limited to 'print/foomatic-db-engine/Makefile')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index fef34ec0113c..17fee8b497d0 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= engine -PORTVERSION= 4.0.11 -PORTREVISION= 2 +PORTVERSION= 4.0.12 PORTEPOCH= 2 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/foomatic/ \ @@ -13,9 +12,11 @@ PKGNAMEPREFIX= foomatic-db- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} DIST_SUBDIR= foomatic -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Foomatic database engine +LICENSE= GPLv2 + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USE_GNOME= libxml2 @@ -26,8 +27,6 @@ CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ \ CUPS_FILTERS=${LOCALBASE}/libexec/cups/filters \ CUPS_BACKENDS=${LOCALBASE}/libexec/cups/backends -MAKE_JOBS_UNSAFE= yes - post-patch: @${REINPLACE_CMD} -e \ "s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \ |