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-lib | |
parent | 4b3c015875621752351921cac69185f14108f693 (diff) | |
download | ports-802d19778218d85a3cc642656917ee439effd1b9.tar.gz ports-802d19778218d85a3cc642656917ee439effd1b9.zip |
Notes
Diffstat (limited to 'lang/modula-3-lib')
-rw-r--r-- | lang/modula-3-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile index 22ae0b02d206..d78b88d84e7c 100644 --- a/lang/modula-3-lib/Makefile +++ b/lang/modula-3-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Oct 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.10 1998/06/06 20:32:03 jdp Exp $ +# $Id: Makefile,v 1.11 1998/09/18 01:02:02 jdp Exp $ # DISTNAME= modula-3-lib-3.6 @@ -17,6 +17,8 @@ DISTFILES= m3-fbsd-src-3.6.tar.gz \ MAINTAINER= jdp@polstra.com +BROKEN_ELF= lots of errors + NO_WRKSUBDIR= yes SCRIPTS_ENV+= MAJOR=${major} PKGDIR=${PKGDIR} PLIST=${PLIST} |