diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-12 21:41:07 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-02-12 21:41:07 +0000 |
commit | 69a554bac2779b8bae20c1c7dbb7de37fb77b788 (patch) | |
tree | 3c094de8a91e76908fe450c1ac7f291b72335bcd /print/libgnomeprint | |
parent | f52b562065c4483d5f166f9373a04ed91defe130 (diff) |
Notes
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 4 | ||||
-rw-r--r-- | print/libgnomeprint/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index f1033fa88ecc..85fdd7fda6ce 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -8,7 +8,7 @@ # NOTE: Remind to update comms/gfax plist when PORTVERSION change. PORTNAME= libgnomeprint -PORTVERSION= 2.18.3 +PORTVERSION= 2.18.4 PORTREVISION?= 0 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -41,7 +41,7 @@ PLIST_SUB= VERSION=${PORTVERSION} \ .include <bsd.port.pre.mk> -.if defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so) +.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS) CONFIGURE_ARGS+= --with-cups LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups PLIST_SUB+= CUPS:="" diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index a091815ae4b5..365587f6a31e 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libgnomeprint-2.18.3.tar.bz2) = cfa7dc988ba5f7f360b68edd33685a27 -SHA256 (gnome2/libgnomeprint-2.18.3.tar.bz2) = 3022383d41270795ff709d3232ac528813fdb8173f9488e04193f0311e816911 -SIZE (gnome2/libgnomeprint-2.18.3.tar.bz2) = 880852 +MD5 (gnome2/libgnomeprint-2.18.4.tar.bz2) = bc460f875425a956176f07440b3fa46e +SHA256 (gnome2/libgnomeprint-2.18.4.tar.bz2) = 1de453bf0bdfef88e591dcf8f0bf06242b419847c8ebcd2ff8dc420a9284bd3b +SIZE (gnome2/libgnomeprint-2.18.4.tar.bz2) = 884718 |