diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 08:13:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 08:13:44 +0800 |
commit | 42a542902dff725ac8979ae5b987e08aab572b89 (patch) | |
tree | 497e068b080752e00ea2508f706226a6918d6103 | |
parent | c4b25c8706563848067a2476165dc6d1b9847808 (diff) | |
download | freebsd-ports-gnome-42a542902dff725ac8979ae5b987e08aab572b89.tar.gz freebsd-ports-gnome-42a542902dff725ac8979ae5b987e08aab572b89.tar.zst freebsd-ports-gnome-42a542902dff725ac8979ae5b987e08aab572b89.zip |
BROKEN: Does not compile
-rw-r--r-- | games/scourge/Makefile | 2 | ||||
-rw-r--r-- | mail/mahogany/Makefile | 2 | ||||
-rw-r--r-- | security/php4-cryptopp/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/games/scourge/Makefile b/games/scourge/Makefile index a4607430ab85..3be065196dcd 100644 --- a/games/scourge/Makefile +++ b/games/scourge/Makefile @@ -19,6 +19,8 @@ COMMENT= S.C.O.U.R.G.E. is a rogue-like game LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${DATADIR}/world/gui.txt:${PORTSDIR}/games/scourge-data +BROKEN= Does not compile + USE_GL= yes USE_SDL= sdl mixer net USE_GMAKE= yes diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile index bf8e16c2030f..aa1663be02ac 100644 --- a/mail/mahogany/Makefile +++ b/mail/mahogany/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= An X11 mail and news client +BROKEN= Does not compile + USE_BZIP2= yes USE_GMAKE= yes USE_WX= 2.6+ diff --git a/security/php4-cryptopp/Makefile b/security/php4-cryptopp/Makefile index 8f0107c5ea6f..c3a2e3148409 100644 --- a/security/php4-cryptopp/Makefile +++ b/security/php4-cryptopp/Makefile @@ -17,6 +17,8 @@ COMMENT= A crypto++ php wrapper BUILD_DEPENDS+= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp +BROKEN= Does not compile + WRKSRC= ${WRKDIR}/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PKGNAME} |