diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:23:52 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-03 04:23:52 +0800 |
commit | 45d8b0b75899cc68cf2f519558e1505e5ad0dbf0 (patch) | |
tree | c07d0eb176e3783ff912140069c7fb156017c78d /audio/gnomemedia2 | |
parent | 305c42c0e87615a8255806c90b0dcb7d394e02bc (diff) | |
download | marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.gz marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.bz2 marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.lz marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.xz marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.tar.zst marcuscom-ports-45d8b0b75899cc68cf2f519558e1505e5ad0dbf0.zip |
Add USE_GETTEXT to make portlint happy.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5831 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnomemedia2')
-rw-r--r-- | audio/gnomemedia2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile index 908cb4c91..7298d6c7d 100644 --- a/audio/gnomemedia2/Makefile +++ b/audio/gnomemedia2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/gnomemedia2/Makefile,v 1.89 2006/02/27 15:20:41 marcus Exp $ +# $MCom: ports/audio/gnomemedia2/Makefile,v 1.90 2006/02/28 04:49:51 marcus Exp $ # PORTNAME= gnomemedia2 @@ -18,6 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Multimedia applications for the GNOME 2 desktop USE_BZIP2= yes +USE_GETTEXT= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes |