summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-16 10:07:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-16 10:07:38 +0000
commit6a7a18b7914c1ff0fcaf84b4458c78d2657f8555 (patch)
tree6b77c3d87fcb48293b32393c30bb78d203664b2e /cad
parentMoved acm to BROKEN. It doesn't have data files in PLIST. (diff)
Changed "USE_IMAKE= " to "USE_IMAKE= yes" (purely cosmetic).
Notes
Notes: svn path=/head/; revision=1394
Diffstat (limited to 'cad')
-rw-r--r--cad/pcb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 71f7ca6a7a9d..a173cfa33442 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 October 1994
# Whom: mr
#
-# $Id: Makefile,v 1.8 1995/04/01 12:44:16 jkh Exp $
+# $Id: Makefile,v 1.9 1995/04/11 20:13:02 asami Exp $
#
DISTNAME= pcb-1.2.patch_03
@@ -16,7 +16,7 @@ EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAKE_FLAGS= -f
MAKEFILE= makefile
-USE_IMAKE=
+USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>