diff options
author | snj <snj@pkgsrc.org> | 2004-05-05 00:28:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-05 00:28:50 +0000 |
commit | e42232833da6c262ad906a62894eb9f76f91e296 (patch) | |
tree | 5461b893bcaf741d0073017cd5827f83ed99c89b /textproc/postgresql-autodoc | |
parent | b70890f6c3d6fedaec25e008aa4e638228625e33 (diff) | |
download | pkgsrc-e42232833da6c262ad906a62894eb9f76f91e296.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/postgresql-autodoc')
-rw-r--r-- | textproc/postgresql-autodoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/postgresql-autodoc/Makefile b/textproc/postgresql-autodoc/Makefile index 387484c623b..abe191f21bd 100644 --- a/textproc/postgresql-autodoc/Makefile +++ b/textproc/postgresql-autodoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/03/26 02:27:55 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2004/05/05 00:28:50 snj Exp $ # DISTNAME= postgresql_autodoc-1.21 @@ -16,7 +16,7 @@ DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template WRKSRC= ${WRKDIR}/postgresql_autodoc USE_PERL5= yes USE_GNU_TOOLS+= make -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PKGBASE} |