diff options
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index ac955812df77..df2fef5c7be1 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= cups -PORTVERSION= 2.1.4 -DISTVERSIONPREFIX=release- +PORTVERSION= 2.2.1 +DISTVERSIONPREFIX=v CATEGORIES= print MAINTAINER= tijl@FreeBSD.org @@ -37,9 +37,7 @@ CONFIGURE_ARGS= --disable-dnssd \ --with-pam-module="unix" \ ac_cv_path_JAVA= ac_cv_path_PERL= ac_cv_path_PHPCGI= \ ac_cv_path_PHP= ac_cv_path_PYTHON= -CPPFLAGS+= -isystem ${LOCALBASE}/include # libpaper mainly -LIBS+= -L${LOCALBASE}/lib -USES= cpe gmake iconv pkgconfig tar:bzip2 +USES= cpe gmake iconv localbase pkgconfig tar:bzip2 CPE_VENDOR= apple USE_LDCONFIG= yes USE_RC_SUBR= cupsd |