diff options
author | petef <petef@FreeBSD.org> | 2001-10-27 06:31:51 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-27 06:31:51 +0000 |
commit | 0aead49011b59fd892fa53c272bf909eccd24a50 (patch) | |
tree | dfa6ca2c21e116294b7e08c16cb9623f6ad8fcbd | |
parent | f533c32dcf15c5c62f4256de6fca83f9ebcd6fa4 (diff) | |
download | FreeBSD-ports-0aead49011b59fd892fa53c272bf909eccd24a50.zip FreeBSD-ports-0aead49011b59fd892fa53c272bf909eccd24a50.tar.gz |
Add missing SUBDIR += gd2
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 4ae7b95..78155b8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -54,6 +54,7 @@ SUBDIR += g2 SUBDIR += gcolor SUBDIR += gd + SUBDIR += gd2 SUBDIR += gdal SUBDIR += gdchart SUBDIR += gdk-pixbuf |