diff options
-rw-r--r-- | databases/tcl-gdbm/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/databases/tcl-gdbm/Makefile b/databases/tcl-gdbm/Makefile index 2a72ee096e8..3ca5920a709 100644 --- a/databases/tcl-gdbm/Makefile +++ b/databases/tcl-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/16 14:17:41 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/18 15:29:36 jlam Exp $ # DISTNAME= tclgdbm-0.8 @@ -7,16 +7,15 @@ CATEGORIES= databases tcl MASTER_SITES= http://www.graphviz.org/pub/tclgdbm/ MAINTAINER= bouyer@netbsd.org -COMMENT= tcl interface to gdbm - GNU database manager +COMMENT= Tcl interface to gdbm - GNU database manager DEPENDS+= tcl>=8.3.2:../../lang/tcl DEPENDS+= gdbm>=1.7.3:../../databases/gdbm -GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -USE_LIBTOOL= yes +GNU_CONFIGURE= # defined +USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CFLAGS+= -I${LOCALBASE}/include # gdbm.h + .include "../../mk/bsd.pkg.mk" |