summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-03-19 16:19:15 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-03-19 16:19:15 +0000
commit064e2f394814c251bf745130d1e96687d208ff8b (patch)
treed186a4d8c59547ca1c7e4b24c75d444a8f3b8187 /graphics
parentAdd a -L${X11BASE}/lib to the LDFLAGS to get ld happy :-) for the -lX11. (diff)
Add ImageMagick to the subdirs list.
Notes
Notes: svn path=/head/; revision=1153
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile6
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>