aboutsummaryrefslogtreecommitdiff
path: root/net/hupnp
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-26 12:59:35 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-26 12:59:35 +0000
commitbc663491d334c71400eba0bfe902e4b5a4037e4d (patch)
treedd50502fa4788e3b363940f3f590f0d03d9d6ad2 /net/hupnp
parent0541acd5bfd5b3b5ba2257858bcb66262dcca36b (diff)
downloadports-bc663491d334c71400eba0bfe902e4b5a4037e4d.tar.gz
ports-bc663491d334c71400eba0bfe902e4b5a4037e4d.zip
Notes
Diffstat (limited to 'net/hupnp')
-rw-r--r--net/hupnp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/hupnp/Makefile b/net/hupnp/Makefile
index 9803b9868b6f..6919675c65b2 100644
--- a/net/hupnp/Makefile
+++ b/net/hupnp/Makefile
@@ -9,14 +9,13 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
DISTNAME= herqq-${PORTVERSION}
MAINTAINER= fluffy@FreeBSD.org
-COMMENT= A library for building UPnP devices and control points
+COMMENT= Library for building UPnP devices and control points
USES= gmake qmake
USE_ZIP= yes
USE_QT4= corelib network xml dbus gui \
- qmake_build moc_build rcc_build uic_build
+ moc_build rcc_build uic_build
QMAKE_ARGS= "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP"
-QMAKE_PRO= herqq.pro
.include <bsd.port.mk>