diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:56:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:56:22 +0800 |
commit | 452356647410c2c1fc50cf77f2256fdb3d4939bf (patch) | |
tree | e04cdbda56f148710d9a9a144121c519e42bdfa3 /graphics | |
parent | a68d411e884f78e3245d335c3679ed035169df40 (diff) | |
download | marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.gz marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.bz2 marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.lz marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.xz marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.tar.zst marcuscom-ports-452356647410c2c1fc50cf77f2256fdb3d4939bf.zip |
Add USE_GETTEXT to make portlint happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5833 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog/Makefile | 3 | ||||
-rw-r--r-- | graphics/evince/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/libgnomecanvas/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 94deafe33..0598a0a68 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.21 2006/02/21 04:52:34 marcus Exp $ +# $MCom: ports/graphics/eog/Makefile,v 1.22 2006/02/24 18:50:31 marcus Exp $ # PORTNAME= eog @@ -21,6 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui \ librsvg2 desktopfileutils gnomedesktop +USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index cd8a680d7..47da3d310 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.42 2006/02/26 15:41:08 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.43 2006/02/28 05:25:06 marcus Exp $ # PORTNAME= evince @@ -19,6 +19,7 @@ LIB_DEPENDS= poppler-glib.0:${PORTSDIR}/graphics/poppler-gtk USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GHOSTSCRIPT=yes diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index a46467a44..f4ebac683 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-devel/Makefile,v 1.12 2006/02/24 18:50:32 marcus Exp $ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.13 2006/02/24 20:43:28 marcus Exp $ # PORTNAME= gimp @@ -36,6 +36,7 @@ CONFLICTS= gimp-1.* gimp-2.2.* SHLIBVER?= 0 USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index a8a772197..838f0f05b 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.51 2006/02/24 18:50:34 marcus Exp $ +# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.52 2006/02/24 20:43:28 marcus Exp $ # PORTNAME= libgnomecanvas @@ -19,6 +19,7 @@ COMMENT= A graphics library for GNOME USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 |