converted to USE_FEATURES syntax
This commit is contained in:
parent
eee8ca1406
commit
0630e0371c
2 changed files with 4 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2008/03/10 20:50:24 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2008/04/08 19:52:38 gschwarz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= boa-0.94.14rc21
|
||||
|
@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --disable-debug
|
|||
EGDIR= ${PREFIX}/share/examples/boa
|
||||
GNU_CONFIGURE= YES
|
||||
USE_TOOLS+= gmake lex
|
||||
USE_FEATURES+= snprintf
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
@ -22,8 +23,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
.if !empty(LOWER_OPSYS:Mirix5*)
|
||||
CPPFLAGS+= -Dsocklen_t=int
|
||||
# needs snprintf()
|
||||
. include "../../pkgtools/libnbcompat/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
PKG_SUPPORTED_OPTIONS= inet6
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2006/09/23 18:21:05 gschwarz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2008/04/08 19:48:17 gschwarz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= e00pg-1.0.1
|
||||
|
@ -11,10 +11,6 @@ COMMENT= Converting ESRI-E00 coverages into PostgreSQL/PostGIS sql instructions
|
|||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_FEATURES+= snprintf
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if !empty(LOWER_OPSYS:Mirix5*)
|
||||
# needs snprintf()
|
||||
. include "../../pkgtools/libnbcompat/buildlink3.mk"
|
||||
.endif
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue