diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-07-29 16:15:02 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-07-29 16:15:02 +0000 |
commit | a14c1e202490401c3138a8c88f42a4760cea89e9 (patch) | |
tree | 8cf2ad4b7b01761f8be91ef72f2c374b9d8c8d10 /print/libgnomeprint | |
parent | 554eae69cfde266861dc8d80b8552e5cb110824b (diff) | |
download | ports-a14c1e202490401c3138a8c88f42a4760cea89e9.tar.gz ports-a14c1e202490401c3138a8c88f42a4760cea89e9.zip |
Notes
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 4 |
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 |