diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 16:38:05 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 16:38:05 +0000 |
commit | 802d19778218d85a3cc642656917ee439effd1b9 (patch) | |
tree | 8532cbca5ddb6d361b0715eab97e2e06bb5a554e /lang/modula-3 | |
parent | 4b3c015875621752351921cac69185f14108f693 (diff) |
Notes
Diffstat (limited to 'lang/modula-3')
-rw-r--r-- | lang/modula-3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index 51c297f0e934..f0794e34ae67 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Mar 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.23 1998/09/18 01:02:00 jdp Exp $ +# $Id: Makefile,v 1.24 1998/10/09 01:41:15 asami Exp $ # DISTNAME= modula-3-3.6 @@ -14,6 +14,8 @@ MAINTAINER= jdp@polstra.com DEPENDS= ${PORTSDIR}/lang/modula-3-lib +BROKEN_ELF= depends on modula-3-lib + WRKSRC= ${WRKDIRPREFIX}${PORTSDIR}/lang/modula-3-lib/work NO_CHECKSUM= yes NO_BUILD= yes |