summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-14 03:30:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-14 03:30:07 +0000
commitc9dc84a5224b30f876aca7950ba9667f10a42b4b (patch)
treed8441e63488bf8611df96673021fc142d567b5f2 /graphics
parentAdd "NCFTPFLAGS=-NP", seems like they are behind a firewall. (diff)
Clean up subdir Makefiles. They now all look like this:
===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
Notes
Notes: svn path=/head/; revision=1740
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 1a2235afac05..849ed16969e1 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,8 +1,7 @@
-# $Id: Makefile,v 1.6 1995/04/13 19:13:58 jmz Exp $
+# $Id: Makefile,v 1.7 1995/05/13 07:36:15 asami Exp $
#
-# Broken: povray
SUBDIR= ImageMagick dore jpeg mpeg-lib mpeg_play netpbm \
- pixmap tiff xanim xfig xli xpaint xpm xv
+ pixmap povray tiff xanim xfig xli xpaint xpm xv
.include <bsd.port.subdir.mk>