diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:43:21 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:43:21 +0800 |
commit | 99eb1164436b95089384788d1f7fb3972171c6d3 (patch) | |
tree | 0f1824f100cf8755eab7fa79e78f429d745df665 /print/cups-base/Makefile | |
parent | 80e9e9e2be770c6f8d9b43d04fa488f17b5f21f5 (diff) | |
download | freebsd-ports-gnome-99eb1164436b95089384788d1f7fb3972171c6d3.tar.gz freebsd-ports-gnome-99eb1164436b95089384788d1f7fb3972171c6d3.tar.zst freebsd-ports-gnome-99eb1164436b95089384788d1f7fb3972171c6d3.zip |
- update to 1.3.4
Diffstat (limited to 'print/cups-base/Makefile')
-rw-r--r-- | print/cups-base/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 2050c4fd49da..7923ff16233c 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -6,8 +6,8 @@ # PORTNAME= cups -PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTVERSION= 1.3.4 +PORTREVISION= 1 DISTVERSIONSUFFIX= -source CATEGORIES= print MASTER_SITES= EASYSW/${PORTNAME}/${DISTVERSION} @@ -25,7 +25,6 @@ CONFLICTS= LPRng-[0-9]* USE_LDCONFIG= yes USE_BZIP2= yes USE_GMAKE= yes -USE_PERL5_RUN= yes GNU_CONFIGURE= yes USE_RC_SUBR= cupsd CFLAGS+= ${PTHREAD_CFLAGS} |