diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-19 02:44:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-19 02:44:43 +0000 |
commit | f683ee1412049a2ddda5a74aceb0222064186267 (patch) | |
tree | 087440df7dc1206370add26f2700a2ea87b6cadd | |
parent | bebc6ec7230ad0ba4606b067e830cb59e27a3f66 (diff) |
Notes
-rw-r--r-- | games/asc/Makefile | 2 | ||||
-rw-r--r-- | www/auth_ldap/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 6822dac9b033..0d4e73116b70 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org +BROKEN= Does not configure + LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile index a559dcc0569b..0a5a6cf56042 100644 --- a/www/auth_ldap/Makefile +++ b/www/auth_ldap/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.rudedog.org/auth_ldap/ MAINTAINER= nik@FreeBSD.org +BROKEN= "Does not configure" + BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 LIB_DEPENDS= lber.2:${PORTSDIR}/net/openldap2 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 |