diff options
-rw-r--r-- | print/libgnomeprint/Makefile | 5 | ||||
-rw-r--r-- | print/libgnomeprint/pkg-plist | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index beac5ea66..4a4cd2c98 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -3,11 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/libgnomeprint/Makefile,v 1.50 2005/08/19 21:18:55 mezz Exp $ +# $MCom: ports/print/libgnomeprint/Makefile,v 1.51 2005/09/06 17:49:57 marcus Exp $ # PORTNAME= libgnomeprint PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 @@ -19,6 +20,8 @@ COMMENT= Gnome print support library LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ popt.0:${PORTSDIR}/devel/popt + +USE_BISON= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist index 6814bea71..783bea796 100644 --- a/print/libgnomeprint/pkg-plist +++ b/print/libgnomeprint/pkg-plist @@ -154,6 +154,8 @@ share/locale/zh_CN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo share/locale/zh_TW/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo @unexec rmdir %D/share/locale/xh/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/xh 2>/dev/null || true +@unexec rmdir %D/share/locale/te/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/te 2>/dev/null || true @unexec rmdir %D/share/locale/rw/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/rw 2>/dev/null || true @unexec rmdir %D/share/locale/mr/LC_MESSAGES 2>/dev/null || true |