diff options
author | arved <arved@FreeBSD.org> | 2007-03-23 19:06:45 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-03-23 19:06:45 +0800 |
commit | 637bcad69a84753c1aad316f9d35484674683d64 (patch) | |
tree | 5ddb069fde9e924969e291b25cfeabe165335f59 | |
parent | ce1853e93df03067b8f8639f7e5c94e4b6a34ecb (diff) | |
download | freebsd-ports-gnome-637bcad69a84753c1aad316f9d35484674683d64.tar.gz freebsd-ports-gnome-637bcad69a84753c1aad316f9d35484674683d64.tar.zst freebsd-ports-gnome-637bcad69a84753c1aad316f9d35484674683d64.zip |
Don't create lib/locale directory
Reported by: pointyhat
-rw-r--r-- | x11-themes/icons-tango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile index 953fb539e110..4151174b54d9 100644 --- a/x11-themes/icons-tango/Makefile +++ b/x11-themes/icons-tango/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:${PORTSDIR}/x11-themes/ico GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= intlhack +USE_GNOME= intlhack gnomehack INSTALLS_ICONS= yes .include <bsd.port.mk> |