aboutsummaryrefslogtreecommitdiff
path: root/emulators/cpmtools
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2013-06-10 06:06:03 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2013-06-10 06:06:03 +0000
commit1d48387890b84f905c9a577e51033826b8935d36 (patch)
tree1d477ac9fab463c2d4f42c382d95c59477a7a45f /emulators/cpmtools
parenta255e532f24f7096d236ddb887787d81c882aa55 (diff)
downloadports-1d48387890b84f905c9a577e51033826b8935d36.tar.gz
ports-1d48387890b84f905c9a577e51033826b8935d36.zip
Turn this 30-year old code to use GCC.
Strip old Makefile headers.
Notes
Notes: svn path=/head/; revision=320434
Diffstat (limited to 'emulators/cpmtools')
-rw-r--r--emulators/cpmtools/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile
index d335ddd8ed3c..1df190f6a2b9 100644
--- a/emulators/cpmtools/Makefile
+++ b/emulators/cpmtools/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: cpm(1)
-# Date created: 25 December 1994
-# Whom: joerg
-#
+# Created by: joerg
# $FreeBSD$
#
@@ -18,6 +15,8 @@ COMMENT= Utility to transfer files from/to CP/M (R) diskettes
WRKSRC= ${WRKDIR}/cpm
MAN1= cpm.1
+USE_GCC= any
+
#
# need our own build target to pass PREFIX down to the make command
#