diff options
author | kris <kris@FreeBSD.org> | 2003-05-06 15:06:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-06 15:06:52 +0800 |
commit | 9f292bc9d1805e33bb755f97e4cea1ccba2a706e (patch) | |
tree | faf8ae3f49147c5d078bbb8ae571ba2db7d5af13 | |
parent | a625bf27f475a325e12d313fdda383b614360d35 (diff) | |
download | freebsd-ports-gnome-9f292bc9d1805e33bb755f97e4cea1ccba2a706e.tar.gz freebsd-ports-gnome-9f292bc9d1805e33bb755f97e4cea1ccba2a706e.tar.zst freebsd-ports-gnome-9f292bc9d1805e33bb755f97e4cea1ccba2a706e.zip |
BROKEN: Does not compile
-rw-r--r-- | audio/ecasound/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/flvw/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index 4a0f1d1c2152..85c1d2864f6f 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://ecasound.seul.org/download/ MAINTAINER= anarcat@anarcat.ath.cx COMMENT= Multitrack audio processing software +BROKEN= "Does not compile" + USE_GMAKE= yes USE_AUTOMAKE_VER=14 USE_LIBTOOL= yes diff --git a/x11-toolkits/flvw/Makefile b/x11-toolkits/flvw/Makefile index d2fd43f5cf24..717601504d08 100644 --- a/x11-toolkits/flvw/Makefile +++ b/x11-toolkits/flvw/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= cyrille.lefevre@laposte.net COMMENT= Virtual Widgets for the Fast Light ToolKit +BROKEN= "Does not compile" + LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk WRKSRC= ${WRKDIR}/${PORTNAME}/1.0 |