diff options
author | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 20:52:18 +0000 |
commit | 497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /devel/libnet | |
parent | 78122d314edeb82e3047dae09d03b73df8b70852 (diff) | |
download | pkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'devel/libnet')
-rw-r--r-- | devel/libnet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile index cf7b4cb1208..f4da127cddc 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/08/26 16:54:21 drochner Exp $ +# $NetBSD: Makefile,v 1.26 2005/09/28 20:52:19 rillig Exp $ # DISTNAME= libnet-1.0.2a @@ -14,8 +14,8 @@ CONFLICTS= libnet-1.1.[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME:C/l/L/} -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \ LIBNET_CONFIG_LIBS="${LDFLAGS}" |