diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
commit | f30824b2efbe63d43d2f6c20532432b115efc294 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/qwebirc | |
parent | e9b2d1612d55f54943b59e295cd6d37c9e87a724 (diff) |
Notes
Diffstat (limited to 'irc/qwebirc')
-rw-r--r-- | irc/qwebirc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/qwebirc/Makefile b/irc/qwebirc/Makefile index 8a26deb5d192..905f344ced14 100644 --- a/irc/qwebirc/Makefile +++ b/irc/qwebirc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qwebirc -# Date created: 12 January 2010 -# Whom: Terry (tabmow@freenode.net) -# +# Created by: Terry (tabmow@freenode.net) # $FreeBSD$ -# PORTNAME= qwebirc PORTVERSION= 0.1 @@ -27,6 +23,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/words/__init__.py:${PORTSDIR}/net-im/ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/names/__init__.py:${PORTSDIR}/dns/py-twistedNames RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/conch/__init__.py:${PORTSDIR}/security/py-twistedConch +NO_STAGE= yes .include <bsd.port.pre.mk> do-install: |