diff options
author | kris <kris@FreeBSD.org> | 2005-04-30 09:03:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-30 09:03:32 +0800 |
commit | 81a9424ca0e8cf940e89612b484db0df4dfbffbc (patch) | |
tree | 7c964617d4495588f6b40877f67793751688303e | |
parent | 9a4ee7c44f8453cc0ce3ee2c7143c4b8f9e4217a (diff) | |
download | freebsd-ports-gnome-81a9424ca0e8cf940e89612b484db0df4dfbffbc.tar.gz freebsd-ports-gnome-81a9424ca0e8cf940e89612b484db0df4dfbffbc.tar.zst freebsd-ports-gnome-81a9424ca0e8cf940e89612b484db0df4dfbffbc.zip |
BROKEN: Does not compile
-rw-r--r-- | audio/paman/Makefile | 2 | ||||
-rw-r--r-- | databases/py-mssql/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/paman/Makefile b/audio/paman/Makefile index 2e7c6985aa61..e56b8aa9c278 100644 --- a/audio/paman/Makefile +++ b/audio/paman/Makefile @@ -16,6 +16,8 @@ COMMENT= Gtk+ frontend for the polypaudio sound server LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ polyp-0.7.0:${PORTSDIR}/audio/polypaudio +BROKEN= Does not compile + USE_GCC= 3.4 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack diff --git a/databases/py-mssql/Makefile b/databases/py-mssql/Makefile index 3c4ba82e14de..2b60bf4f7033 100644 --- a/databases/py-mssql/Makefile +++ b/databases/py-mssql/Makefile @@ -19,6 +19,8 @@ COMMENT= Python database interface for simple MS-SQL access LIB_DEPENDS= sybdb.5:${PORTSDIR}/databases/freetds-msdblib +BROKEN= Does not compile + USE_PYTHON= yes USE_PYDISTUTILS=yes USE_REINPLACE= yes |