summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/gnome-utils/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
index cb191cef32f..fc081962f54 100644
--- a/misc/gnome-utils/Makefile
+++ b/misc/gnome-utils/Makefile
@@ -1,4 +1,4 @@
-## $NetBSD: Makefile,v 1.33 2001/04/07 20:52:44 rh Exp $
+## $NetBSD: Makefile,v 1.34 2001/04/08 06:23:57 rh Exp $
DISTNAME= gnome-utils-1.4.0
CATEGORIES= misc x11 gnome
@@ -30,16 +30,6 @@ pre-configure:
.include "../../mk/bsd.prefs.mk"
-# The directory in which locale files are found is:
-#
-# ${PREFIX}/${LOCALEDIR}/locale/<lang>/LC_MESSAGES
-#
-.if ${OPSYS} == "SunOS"
-LOCALEDIR= lib
-.else
-LOCALEDIR= share
-.endif
-
.if ${NEED_NCURSES} == "YES"
CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE}
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include