diff options
author | dmcmahill <dmcmahill> | 2001-01-28 00:51:53 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-01-28 00:51:53 +0000 |
commit | 29038f59f01138cfe12cc06ad729584b57d0117c (patch) | |
tree | 2556b881b271eb70d2464cc27706653812515b1f /misc/gnome-utils | |
parent | 5f4c8b79b3db156ead44e21ec2f447cf314532d2 (diff) | |
download | pkgsrc-29038f59f01138cfe12cc06ad729584b57d0117c.tar.gz |
add missing USE_LIBINTL. Fixes recently noted install/packaging problem
on 1.5 machines.
Diffstat (limited to 'misc/gnome-utils')
-rw-r--r-- | misc/gnome-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index e284c1c2631..dcd29586515 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -## $NetBSD: Makefile,v 1.25 2001/01/08 16:12:59 wiz Exp $ +## $NetBSD: Makefile,v 1.26 2001/01/28 00:51:53 dmcmahill Exp $ DISTNAME= gnome-utils-1.2.0 CATEGORIES= misc x11 gnome @@ -16,6 +16,7 @@ DEPENDS+= libglade>=0.13:../../devel/libglade USE_CURSES= # defined USE_GMAKE= # defined +USE_LIBINTL= # defined USE_X11BASE= # defined GNU_CONFIGURE= # defined |