diff options
author | tron <tron> | 1999-06-07 22:50:18 +0000 |
---|---|---|
committer | tron <tron> | 1999-06-07 22:50:18 +0000 |
commit | c5a4b2fbc77ec027705dc315411531cfb195a735 (patch) | |
tree | 54767fcac4acd5ab7804c52c9d76e96aae7c9aeb /graphics/Makefile | |
parent | 5a5f0e607aabc21a58ae461d2d9334aea4d736bf (diff) | |
download | pkgsrc-c5a4b2fbc77ec027705dc315411531cfb195a735.tar.gz |
Add and enable "tkpiechart". Fixes second half of PR pkg/6905 by
Greg A. Woods.
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 82a0cb1d4ce..58d14e858ab 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 1999/06/07 08:11:19 frueauf Exp $ +# $NetBSD: Makefile,v 1.44 1999/06/07 22:50:18 tron Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -63,6 +63,7 @@ SUBDIR += tgif SUBDIR += tiff # SUBDIR += tiff34 + SUBDIR += tkpiechart # SUBDIR += txtmerge SUBDIR += urt # SUBDIR += vcg |