USE_LIBINTL was commented out mistakenly
This commit is contained in:
parent
97e3dd39ee
commit
f12aa20539
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.33 2001/07/16 10:49:16 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2001/07/16 11:01:10 itojun Exp $
|
||||
|
||||
DISTNAME= wget-1.7
|
||||
CATEGORIES= net
|
||||
|
@ -17,7 +17,7 @@ USE_BUILDLINK_ONLY= yes
|
|||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
#USE_LIBINTL= yes
|
||||
USE_LIBINTL= yes
|
||||
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
|
||||
|
||||
INFO_FILES= wget.info
|
||||
|
|
Loading…
Reference in a new issue