diff options
author | snj <snj> | 2004-04-27 03:09:57 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-27 03:09:57 +0000 |
commit | 368db112d2f1b07f62992559ea9a8a27ff845a1b (patch) | |
tree | eac6ef5b03c91018b18823ef21153f9000aa747d /devel/libelf/Makefile | |
parent | 4c9c344ba4b2c43845b5341776d8555898e1ffe1 (diff) | |
download | pkgsrc-368db112d2f1b07f62992559ea9a8a27ff845a1b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'devel/libelf/Makefile')
-rw-r--r-- | devel/libelf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index f52156e204c..c57b300587b 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/04 11:27:59 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/27 03:09:58 snj Exp $ # DISTNAME= libelf-0.8.5 @@ -9,7 +9,7 @@ MAINTAINER= petrov@NetBSD.org HOMEPAGE= http://www.stud.uni-hannover.de/~michael/software/ COMMENT= ELF object file access library -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |