diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:10:28 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:10:28 +0800 |
commit | 305c42c0e87615a8255806c90b0dcb7d394e02bc (patch) | |
tree | 8cf4c10f8fc3ba34a36a8caccfe4d78a53176d83 | |
parent | 9529de08451bdd2027793fa26c9b538c0b16e2b3 (diff) | |
download | marcuscom-ports-305c42c0e87615a8255806c90b0dcb7d394e02bc.tar marcuscom-ports-305c42c0e87615a8255806c90b0dcb7d394e02bc.tar.gz marcuscom-ports-305c42c0e87615a8255806c90b0dcb7d394e02bc.tar.bz2 marcuscom-ports-305c42c0e87615a8255806c90b0dcb7d394e02bc.tar.lz marcuscom-ports-305c42c0e87615a8255806c90b0dcb7d394e02bc.tar.xz marcuscom-ports-305c42c0e87615a8255806c90b0dcb7d394e02bc.tar.zst marcuscom-ports-305c42c0e87615a8255806c90b0dcb7d394e02bc.zip |
Add USE_GETTEXT to make portlint happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5830 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | accessibility/atk/Makefile | 3 | ||||
-rw-r--r-- | accessibility/dasher/Makefile | 3 | ||||
-rw-r--r-- | accessibility/gnopernicus/Makefile | 3 | ||||
-rw-r--r-- | accessibility/gok/Makefile | 3 | ||||
-rw-r--r-- | archivers/file-roller/Makefile | 3 | ||||
-rw-r--r-- | archivers/fileroller/Makefile | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 874023ef3..2db608ddf 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/atk/Makefile,v 1.61 2006/02/23 17:27:25 marcus Exp $ +# $MCom: ports/accessibility/atk/Makefile,v 1.62 2006/02/24 20:43:27 marcus Exp $ # PORTNAME= atk @@ -18,6 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME accessibility toolkit (ATK) USE_BZIP2= yes +USE_GETTEXT= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index e69b70b8b..4d49b5a7f 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -3,7 +3,7 @@ # Whom: lewiz <purple@lewiz.net> # # $FreeBSD$ -# $MCom: ports/accessibility/dasher/Makefile,v 1.26 2006/02/23 17:22:05 marcus Exp $ +# $MCom: ports/accessibility/dasher/Makefile,v 1.27 2006/02/25 23:48:02 marcus Exp $ # PORTNAME= dasher @@ -21,6 +21,7 @@ BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index 903b43436..39ed7ac62 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.68 2006/02/13 19:39:34 marcus Exp $ +# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.69 2006/02/23 17:26:46 marcus Exp $ # PORTNAME= gnopernicus @@ -20,6 +20,7 @@ COMMENT= Collection of accessibility apps for GNOME 2 LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnomemag USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 5ab385394..487cd46f0 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@freebsd.org> # # $FreeBSD$ -# $MCom: ports/accessibility/gok/Makefile,v 1.58 2006/02/14 18:44:40 ahze Exp $ +# $MCom: ports/accessibility/gok/Makefile,v 1.59 2006/02/23 17:28:28 marcus Exp $ PORTNAME= gok PORTVERSION= 1.0.6 @@ -19,6 +19,7 @@ COMMENT= GNOME On-Screen Keyboard (GOK) LIB_DEPENDS= gnomespeech.7:${PORTSDIR}/accessibility/gnomespeech USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index a762a0c7b..082a146a7 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -3,7 +3,7 @@ # Whom: Anders Nordby <anders@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/archivers/fileroller/Makefile,v 1.86 2006/02/23 17:30:45 marcus Exp $ +# $MCom: ports/archivers/fileroller/Makefile,v 1.87 2006/02/28 04:57:17 marcus Exp $ # PORTNAME= fileroller @@ -24,6 +24,7 @@ COMMENT= An archive manager for zip files, tar, etc RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar USE_BZIP2= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile index a762a0c7b..082a146a7 100644 --- a/archivers/fileroller/Makefile +++ b/archivers/fileroller/Makefile @@ -3,7 +3,7 @@ # Whom: Anders Nordby <anders@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/archivers/fileroller/Makefile,v 1.86 2006/02/23 17:30:45 marcus Exp $ +# $MCom: ports/archivers/fileroller/Makefile,v 1.87 2006/02/28 04:57:17 marcus Exp $ # PORTNAME= fileroller @@ -24,6 +24,7 @@ COMMENT= An archive manager for zip files, tar, etc RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar USE_BZIP2= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes |