diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:44:10 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:44:10 +0800 |
commit | 548b7a1be402504ef3a95ebfe795f14de4d98994 (patch) | |
tree | 55efd52a583e5f36ff6577e0aefb95c305e2e755 /print/cups | |
parent | 99eb1164436b95089384788d1f7fb3972171c6d3 (diff) | |
download | freebsd-ports-gnome-548b7a1be402504ef3a95ebfe795f14de4d98994.tar.gz freebsd-ports-gnome-548b7a1be402504ef3a95ebfe795f14de4d98994.tar.zst freebsd-ports-gnome-548b7a1be402504ef3a95ebfe795f14de4d98994.zip |
- fix package
PR: 117779
- update to 1.3.4
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 39010f82fb22..b880c1c7533e 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -8,7 +8,7 @@ # PORTNAME= cups -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -18,6 +18,7 @@ COMMENT= Common UNIX Printing System: Metaport to install complete system BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \ cupsd:${PORTSDIR}/${PKGCATEGORY}/cups-base +RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes NO_INSTALL= yes |