diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-02-12 03:50:38 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-02-12 03:50:38 +0000 |
commit | ea6cb54b03de62bf85b15719270545fb3eca31d4 (patch) | |
tree | 7ddbd31f47a38d5436f8e5eac772565226c62975 /graphics | |
parent | 0a11f98c87ab4ba7933da11f34c6fa57c5503c40 (diff) | |
download | FreeBSD-ports-ea6cb54b03de62bf85b15719270545fb3eca31d4.zip FreeBSD-ports-ea6cb54b03de62bf85b15719270545fb3eca31d4.tar.gz |
Unmark BROKEN (suspect a race between the fix and BROKEN commits).
PR: ports/93222
Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/devil/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index f95f782..e9128f1 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -24,8 +24,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ OPTIONS= SDL "Enable SDL support" off -BROKEN= Does not build - .include <bsd.port.pre.mk> .if defined(WITH_SDL) |