diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-04-24 12:40:47 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2018-04-24 12:40:47 +0000 |
commit | 56f716c819b3eba7ac808ac70ed6130d2dbf2be5 (patch) | |
tree | 9f73bc496fe6f45a56aca336548b2b2eeff97c82 /print/foomatic-db-engine/Makefile | |
parent | 424e280054b1a54425167f44c299afbff6d3861d (diff) | |
download | ports-56f716c819b3eba7ac808ac70ed6130d2dbf2be5.tar.gz ports-56f716c819b3eba7ac808ac70ed6130d2dbf2be5.zip |
Notes
Diffstat (limited to 'print/foomatic-db-engine/Makefile')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 16f45b0cf3e0..dd6a52b00920 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= foomatic-db-engine -PORTVERSION= 4.0.12 -PORTREVISION= 1 +PORTVERSION= 4.0.13 PORTEPOCH= 2 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/foomatic/ @@ -15,8 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl -USE_GNOME= libxml2 USES= gmake perl5 +USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ \ LIB_CUPS=${LOCALBASE}/libexec/cups \ |