diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-08 04:27:52 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-08 04:27:52 +0800 |
commit | 9ba9ba6963a4f85a7ae712a0a4284a1d6f1f2101 (patch) | |
tree | 7fe0b69e86e53678765b19f10f31d34a89803fbf /print | |
parent | d0c7817a5a3224150b38f8dd3dc9600de7769d76 (diff) | |
download | marcuscom-ports-9ba9ba6963a4f85a7ae712a0a4284a1d6f1f2101.tar marcuscom-ports-9ba9ba6963a4f85a7ae712a0a4284a1d6f1f2101.tar.gz marcuscom-ports-9ba9ba6963a4f85a7ae712a0a4284a1d6f1f2101.tar.bz2 marcuscom-ports-9ba9ba6963a4f85a7ae712a0a4284a1d6f1f2101.tar.lz marcuscom-ports-9ba9ba6963a4f85a7ae712a0a4284a1d6f1f2101.tar.xz marcuscom-ports-9ba9ba6963a4f85a7ae712a0a4284a1d6f1f2101.tar.zst marcuscom-ports-9ba9ba6963a4f85a7ae712a0a4284a1d6f1f2101.zip |
- Add USE_BISON to fix build
- Remove locales if empty
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4778 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-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 |