diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-08-18 01:09:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-08-18 01:09:04 +0000 |
commit | 5e3748481818d6a1f9d655b9c369fb8371f8c604 (patch) | |
tree | abe77100386035fa65a1e5322cc526f9a0537529 | |
parent | BROKEN: Patch fails (diff) |
BROKEN: Does not build
-rw-r--r-- | audio/qmpdclient/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql-plproxy/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/qmpdclient/Makefile b/audio/qmpdclient/Makefile index 086bcd568c41..f12cb1081f6a 100644 --- a/audio/qmpdclient/Makefile +++ b/audio/qmpdclient/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://havtknut.tihlde.org/qmpdclient/files/ \ MAINTAINER= uyamba@gmail.com COMMENT= Easy to use musicpd client written in QT4 +BROKEN= Does not build + HAS_CONFIGURE= yes USE_GMAKE= yes USE_QT_VER= 4 diff --git a/databases/postgresql-plproxy/Makefile b/databases/postgresql-plproxy/Makefile index 742000543b02..bfb1f9b5036f 100644 --- a/databases/postgresql-plproxy/Makefile +++ b/databases/postgresql-plproxy/Makefile @@ -16,6 +16,8 @@ COMMENT= PL/Proxy is database partitioning system BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +BROKEN= Does not build + USE_PGSQL= yes USE_GMAKE= yes |