diff options
author | rh <rh@pkgsrc.org> | 2002-10-16 10:29:38 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-16 10:29:38 +0000 |
commit | bb8e34bb2d0da8ee11e22af2b2f4a7240a21912b (patch) | |
tree | 2d03a5b85e3f76d023a8c1703940eac5c6e93c85 /graphics | |
parent | 69e5fa70d6d881b522c2437e1e490bec79402ab1 (diff) | |
download | pkgsrc-bb8e34bb2d0da8ee11e22af2b2f4a7240a21912b.tar.gz |
Add and enable librsvg2
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 7c54ac9a93f..54922250319 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.208 2002/10/16 03:37:52 rh Exp $ +# $NetBSD: Makefile,v 1.209 2002/10/16 10:29:38 rh Exp $ # COMMENT= Graphics tools and libraries @@ -115,6 +115,7 @@ SUBDIR+= libggi SUBDIR+= libgii SUBDIR+= libgnomecanvas SUBDIR+= librsvg +SUBDIR+= librsvg2 SUBDIR+= libungif SUBDIR+= libwmf SUBDIR+= magicpoint |