summaryrefslogtreecommitdiff
path: root/print/libgnomeprint/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-07-29 16:15:02 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-07-29 16:15:02 +0000
commita14c1e202490401c3138a8c88f42a4760cea89e9 (patch)
tree8cf2ad4b7b01761f8be91ef72f2c374b9d8c8d10 /print/libgnomeprint/Makefile
parent- Update maintainer's email address (diff)
Fix the crash in a few apps by correct the spell, UTF8 -> UTF-8, when try to
print with cups. Bump the PORTREVISION. Submitted by: marcus
Notes
Notes: svn path=/head/; revision=196614
Diffstat (limited to '')
-rw-r--r--print/libgnomeprint/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 10ea3b6f891e..9aef0f835b80 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libgnomeprint
PORTVERSION= 2.18.0
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -61,6 +61,8 @@ post-patch:
's|<malloc[.]h>|<stdlib.h>|'
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|doc||" ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|UTF8|UTF-8|g' \
+ ${WRKSRC}/libgnomeprint/modules/cups/gnome-print-cups.c
post-install:
@${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts