diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 10:44:28 +0000 |
commit | 83f02b963c2b22c85235bf19b4f10a20bea921b5 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /graphics/dia | |
parent | 2013-04-26 devel/py-extended_threading: checksum mismatch; domain disappeared (diff) |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316596
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index aab758836587..6bd856b3edde 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -16,12 +16,11 @@ COMMENT= Diagram creation program, similar to Visio LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ png15:${PORTSDIR}/graphics/png -USES= pathfix desktop-file-utils +USES= pathfix desktop-file-utils gettext USE_XZ= yes USE_GMAKE= yes USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack INSTALLS_ICONS= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" \ LOCALBASE="${LOCALBASE}" |