diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 21:49:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 21:49:37 +0000 |
commit | 6594eefa4355981e061b8e5a6cf95703484cf0d4 (patch) | |
tree | c729a10bd680274ded99369b594f33aefbf11d9f /net-p2p | |
parent | f6b5ea03f5396f2e063fce8de42b1a6922a9212e (diff) | |
download | ports-6594eefa4355981e061b8e5a6cf95703484cf0d4.tar.gz ports-6594eefa4355981e061b8e5a6cf95703484cf0d4.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dctc-gui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/dctc-gui/Makefile b/net-p2p/dctc-gui/Makefile index 2c425ef640af..53f8910da54f 100644 --- a/net-p2p/dctc-gui/Makefile +++ b/net-p2p/dctc-gui/Makefile @@ -32,6 +32,8 @@ CONFIGURE_ARGS= --with-gnome=${X11BASE} \ --enable-manual-db-detect \ --with-libiconv-prefix=${LOCALBASE} +BROKEN= "does not install" + ADDITIONAL_SRCS= sig_chld.c # DOC_FILES= COPYING ChangeLog README TODO |