diff options
author | wiz <wiz@pkgsrc.org> | 2001-09-09 00:54:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-09-09 00:54:48 +0000 |
commit | b332e69f94b88ccd2f75b6c4da677782d019844e (patch) | |
tree | 43f57ab00bd9dbfbd16802d897d991743b6e8016 /graphics/Makefile | |
parent | 4621849da871139edc506391f814346c12df39f9 (diff) | |
download | pkgsrc-b332e69f94b88ccd2f75b6c4da677782d019844e.tar.gz |
add and enable aalib
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 77425dbeb85..b5b6da74ad5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.157 2001/09/02 15:36:38 veego Exp $ +# $NetBSD: Makefile,v 1.158 2001/09/09 00:54:48 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -12,6 +12,7 @@ SUBDIR+= Mesa-glx SUBDIR+= MesaLib SUBDIR+= Ngraph SUBDIR+= SDL-image +SUBDIR+= aalib SUBDIR+= alevt SUBDIR+= apla SUBDIR+= autotrace |