diff options
author | ats <ats@FreeBSD.org> | 1995-03-20 00:19:15 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-20 00:19:15 +0800 |
commit | b957ce74a34949fafc53955c827a36ebd6622339 (patch) | |
tree | 4155b81fe588e8386a825921efd6bd27eaa1a01e | |
parent | 284cd91ea8baf15db42b45fb2c8a8fa1166f0c00 (diff) | |
download | freebsd-ports-gnome-b957ce74a34949fafc53955c827a36ebd6622339.tar.gz freebsd-ports-gnome-b957ce74a34949fafc53955c827a36ebd6622339.tar.zst freebsd-ports-gnome-b957ce74a34949fafc53955c827a36ebd6622339.zip |
Add ImageMagick to the subdirs list.
-rw-r--r-- | graphics/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 2b58782ef210..18563d583dd8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.3 1995/02/21 17:16:25 jkh Exp $ +# $Id: Makefile,v 1.4 1995/02/26 01:19:17 ats Exp $ # # Broken povray -SUBDIR= dore mpeg-lib mpeg_play netpbm jpeg tiff xanim xli xfig \ - xpaint xpm xv +SUBDIR= ImageMagick dore mpeg-lib mpeg_play netpbm jpeg \ + tiff xanim xli xfig xpaint xpm xv .include <bsd.port.subdir.mk> |