diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 15:10:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 15:10:18 +0000 |
commit | 50ce89dbaea2d26ace5dd11517fcd60e4e835a99 (patch) | |
tree | 1f74cccb7f44b032bedcb38c5e6939c0d1a73454 /graphics/imlib2 | |
parent | 770ccbe8db0322e39de1822835b14e9d477100d6 (diff) | |
download | pkgsrc-50ce89dbaea2d26ace5dd11517fcd60e4e835a99.tar.gz |
Remove unneeded USE_LIBINTL.
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 4732594828d..fc33ea648c8 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/23 15:14:43 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/21 15:10:18 wiz Exp $ # DISTNAME= imlib2-1.0.3 @@ -12,7 +12,6 @@ COMMENT= image manipulation library GNU_CONFIGURE= YES USE_X11BASE= YES -USE_LIBINTL= YES USE_LIBTOOL= YES USE_BUILDLINK2= YES |