diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-07 16:12:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-07 16:12:32 +0800 |
commit | d3a970fd0ddb6dfa125800757bff3e1289f06430 (patch) | |
tree | 8eec6be09d37a0c78efe0e786bd8ab4104d100f0 /graphics/gliv | |
parent | 7af92f51face753399d76d3b0ce7be5317ad9184 (diff) | |
download | freebsd-ports-gnome-d3a970fd0ddb6dfa125800757bff3e1289f06430.tar.gz freebsd-ports-gnome-d3a970fd0ddb6dfa125800757bff3e1289f06430.tar.zst freebsd-ports-gnome-d3a970fd0ddb6dfa125800757bff3e1289f06430.zip |
Problem Report ports/95395 : [PATCH] graphics/gliv: fix pkg-plist
- fix pkg-plist
- add USE_GETTEXT to clean up portlint a bit
PR: ports/95395
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'graphics/gliv')
-rw-r--r-- | graphics/gliv/Makefile | 1 | ||||
-rw-r--r-- | graphics/gliv/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 5309328204ad..0dd279ead6a6 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -20,6 +20,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 USE_GL= yes USE_GETOPT_LONG= yes +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index 6c9395496467..e7d331f75f8e 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -10,6 +10,7 @@ share/locale/ro/LC_MESSAGES/gliv.mo share/locale/ru/LC_MESSAGES/gliv.mo share/locale/rw/LC_MESSAGES/gliv.mo share/locale/sk/LC_MESSAGES/gliv.mo +share/locale/sv/LC_MESSAGES/gliv.mo share/locale/tr/LC_MESSAGES/gliv.mo share/locale/vi/LC_MESSAGES/gliv.mo @dirrmtry man/ru/man1 |