diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-15 22:23:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-15 22:23:04 +0000 |
commit | 6486c7771f0c9ad5d67817c020d6339addf93528 (patch) | |
tree | 9e6c68f8366677f2235c38fd2d7833987e19a7f9 /graphics/dia | |
parent | Update to 0.1.3. (diff) |
Add USE_GETTEXT to appease portlint.
Notes
Notes:
svn path=/head/; revision=162498
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index ead647e8dc0e..e5fc1484e552 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -24,6 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 gnomehack gnomeprefix libxslt libartlgpl2 intlhack WANT_GNOME= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" \ |