diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 03:24:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-18 03:24:19 +0000 |
commit | 6f05ed0c7c2ed238f768e96829d20a7c452eb07a (patch) | |
tree | 099195d53487e9ab70219f7ae54b526f69cbafb0 | |
parent | ded63c89606d8cd664db21b9f96100b6c7e8cda8 (diff) | |
download | ports-6f05ed0c7c2ed238f768e96829d20a7c452eb07a.tar.gz ports-6f05ed0c7c2ed238f768e96829d20a7c452eb07a.zip |
Notes
-rw-r--r-- | games/heroes/Makefile | 2 | ||||
-rw-r--r-- | net/gnu-radius/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 0fa6853520f4..5a661e53c0ff 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -19,6 +19,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= sobomax@FreeBSD.org +BROKEN= "Does not package correctly" + LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ iconv.3:${PORTSDIR}/converters/libiconv diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile index 8f1704bbf12a..380fd1978eb8 100644 --- a/net/gnu-radius/Makefile +++ b/net/gnu-radius/Makefile @@ -12,6 +12,8 @@ MASTER_SITE_SUBDIR= radius MAINTAINER= lance@evitel.net +BROKEN= "Does not package correctly" + #MAKEFILE= Makefile USE_SUBMAKE= yes |