diff options
author | seb <seb@pkgsrc.org> | 2003-07-03 13:09:47 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-03 13:09:47 +0000 |
commit | e95df5e173ea1cfdb9ff8ced6aa904712f5d6824 (patch) | |
tree | 6f06ba5adf5eaabfce25d6195e26ccf9f07be06b /graphics/aalib/Makefile | |
parent | 97d73edc6e4127dd9f975604dd8b7865e652434d (diff) | |
download | pkgsrc-e95df5e173ea1cfdb9ff8ced6aa904712f5d6824.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'graphics/aalib/Makefile')
-rw-r--r-- | graphics/aalib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 4768ab754a1..ca9f60c1ef3 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/08/26 19:38:05 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/03 13:09:47 seb Exp $ PKGNAME= aalib-${BASE_VERS} PKGREVISION= 1 @@ -9,4 +9,7 @@ COMMENT= ASCII Art library USE_BUILDLINK2= YES CONFIGURE_ARGS+= --with-x11-driver=no +USE_NEW_TEXINFO= YES +INFO_FILES= aalib.info + .include "Makefile.common" |