diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-11-30 02:58:48 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-11-30 02:58:48 +0000 |
commit | 33583619fa6c8405ef93c432d3413fefbb46d936 (patch) | |
tree | 5aa88d789d745981404fa15c763f2f54de86afa9 | |
parent | 1) Fix build on ${OSVERSION} < 500000: replace stdint.h with (diff) |
Add USE_GNOME=intlhack to fix build on 4.x
Submitted by: Phililp Neumann <pneumann@gmail.com>
Notified by: Krismail
Notes
Notes:
svn path=/head/; revision=149992
-rw-r--r-- | x11-themes/icons-tango/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile index 41e128d12e0c..7479c2c94a3e 100644 --- a/x11-themes/icons-tango/Makefile +++ b/x11-themes/icons-tango/Makefile @@ -17,6 +17,7 @@ COMMENT= A basic set of icons for the most common usage BUILD_DEPENDS= icon-name-mapping:${PORTSDIR}/x11-themes/icon-naming-utils \ Magick-config:${PORTSDIR}/graphics/ImageMagick +USE_GNOME= intlhack GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes |