diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-27 18:26:49 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-27 18:26:49 +0800 |
commit | 38b63c8d92cc11faa67ab0e08e95bd23df6baf7d (patch) | |
tree | 27024d2b542f97a5711b8c5b21a707ff969892f5 /print/gnomeprint/Makefile | |
parent | 007188841eba9e596a4c3f3f9524eadff309835d (diff) | |
download | freebsd-ports-gnome-38b63c8d92cc11faa67ab0e08e95bd23df6baf7d.tar.gz freebsd-ports-gnome-38b63c8d92cc11faa67ab0e08e95bd23df6baf7d.tar.zst freebsd-ports-gnome-38b63c8d92cc11faa67ab0e08e95bd23df6baf7d.zip |
Update to 0.10
PR: ports/14541
Submitted by: Ade Lovett<ade@lovett.com>
Diffstat (limited to 'print/gnomeprint/Makefile')
-rw-r--r-- | print/gnomeprint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 150ebaf27d50..b89b2696fb83 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomeprint -# Version required: 0.9 +# Version required: 0.10 # Date created: 15 Jan 1999 # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gnome-print-0.9 -PKGNAME= gnomeprint-0.9 +DISTNAME= gnome-print-0.10 +PKGNAME= gnomeprint-0.10 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-print |