diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:36:12 +0000 |
commit | b5ba813ea5944af104ec60ac850c443c15349ebf (patch) | |
tree | 7f011faddcf2ca91ab28c4bad6d370d5f9b9af96 /net-p2p/dctc | |
parent | c8f26211d7c759b801203f44f5fbefd4a52ae14b (diff) | |
download | ports-b5ba813ea5944af104ec60ac850c443c15349ebf.tar.gz ports-b5ba813ea5944af104ec60ac850c443c15349ebf.zip |
Notes
Diffstat (limited to 'net-p2p/dctc')
-rw-r--r-- | net-p2p/dctc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index ff4023afdcd0..1138010f8bb8 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/dctc/Makefile @@ -18,6 +18,12 @@ COMMENT= A DirectConnect (www.neo-modus.com) text client for file sharing BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Configure fails" +.endif + USE_GETOPT_LONG= yes USE_GNOME= glib12 USE_PERL5_RUN= yes @@ -107,4 +113,4 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |