diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 01:17:27 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 01:17:27 +0000 |
commit | 96d3c047f319a30ee44ec602717747989f88d7c2 (patch) | |
tree | 9de29634a71dd109fb785825d8fbcd1d6163051b /print/virtualpaper | |
parent | a1bfaf5b5b8c4ba4e6641da32515729213c3d6ee (diff) |
Unmark BROKEN. It was a previously fixed SMP problem.
Pointed out by: jdp
Notes
Notes:
svn path=/head/; revision=13923
Diffstat (limited to 'print/virtualpaper')
-rw-r--r-- | print/virtualpaper/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index a694329d6297..88aee3d18563 100644 --- a/print/virtualpaper/Makefile +++ b/print/virtualpaper/Makefile @@ -3,7 +3,7 @@ # Date created: 13 June 1996 # Whom: jkh # -# $Id: Makefile,v 1.8 1998/10/09 10:05:55 asami Exp $ +# $Id: Makefile,v 1.9 1998/10/12 16:38:04 jseger Exp $ # DISTNAME= virtualpaper-1.4 @@ -13,8 +13,6 @@ DISTFILES= sources.tar.Z MAINTAINER= jdp@FreeBSD.org -BROKEN_ELF= depends on modula-3 - BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3.6:${PORTSDIR}/lang/modula-3-lib |