diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-10-16 22:58:11 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-10-16 22:58:11 +0000 |
commit | 22b50c1fd805c0482ac2d74b5c459786729ad0c8 (patch) | |
tree | fe905816cb1439f830f90c9f7da29287a08193a2 /net/cagibi/Makefile | |
parent | 5053a7f65b5fa06fb7a6696cd2dde0ff154a4c3e (diff) | |
download | ports-22b50c1fd805c0482ac2d74b5c459786729ad0c8.tar.gz ports-22b50c1fd805c0482ac2d74b5c459786729ad0c8.zip |
- Update cagibi to 0.2.0.
- Update hupnp to 1.0.0.
- Update kio-upnp-ms to 1.0.0.git20110808.
Notes
Notes:
svn path=/head/; revision=283630
Diffstat (limited to 'net/cagibi/Makefile')
-rw-r--r-- | net/cagibi/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/net/cagibi/Makefile b/net/cagibi/Makefile index b237d1326267..5718d3b7b9f1 100644 --- a/net/cagibi/Makefile +++ b/net/cagibi/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= cagibi -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.0 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/cagibi @@ -20,14 +20,4 @@ USE_QT_VER= 4 QT_COMPONENTS= corelib network xml dbus \ qmake_build moc_build rcc_build uic_build -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700042 -CMAKE_USE_PTHREAD= yes -.endif - -post-patch: - @${REINPLACE_CMD} -e '/pkgconfig/ s/$${LIB_SUFFIX}/data/' \ - ${WRKSRC}/daemon/CMakeLists.txt - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |