diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:36:47 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:36:47 +0800 |
commit | a68d411e884f78e3245d335c3679ed035169df40 (patch) | |
tree | d17542731fabb5d5316ce1ea12c5fdd160dfb5c5 /editors | |
parent | 45d8b0b75899cc68cf2f519558e1505e5ad0dbf0 (diff) | |
download | marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.gz marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.bz2 marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.lz marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.xz marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.tar.zst marcuscom-ports-a68d411e884f78e3245d335c3679ed035169df40.zip |
Add USE_GETTEXT to make portlint happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5832 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 38f282572..9d9696c38 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.24 2006/02/24 18:36:48 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.25 2006/02/27 01:20:52 marcus Exp $ # PORTNAME= gedit @@ -19,6 +19,7 @@ COMMENT= A small but powerful text editor for Gnome 2 Desktop Environment LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes |