diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-28 08:24:14 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-28 08:24:14 +0000 |
commit | 203d99cf93c1fd51eefd885522e73880d0f39bc3 (patch) | |
tree | 79755fa4ae3cca45f0944c515564050d97bc2627 /net/freerdp/Makefile | |
parent | a3efc7e43c846d81479a0105f82ca51141c98844 (diff) |
Revert r390700 and r390719, some pkgconfig fixes were reverted and the
update breaks net/vinagre (and gnome3)
Pointy hat: pi@
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=390743
Diffstat (limited to 'net/freerdp/Makefile')
-rw-r--r-- | net/freerdp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index 9966736e7168..d7c03a1c4711 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -3,7 +3,7 @@ PORTNAME= freerdp PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net comms ipv6 MAINTAINER= ports@FreeBSD.org @@ -18,7 +18,7 @@ USES= alias cmake:outsource cpe execinfo pkgconfig compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= ${GH_ACCOUNT} -GH_TAGNAME= 20878e50fe +GH_TAGNAME= f5ff6e1 CPE_VENDOR= freerdp_project @@ -69,10 +69,6 @@ X11_USE= xorg=x11,xkbfile,xcursor,xextproto,xv,xinerama,xext,xcursor,xrandr,xi, .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MDIRECTFB} -BROKEN= DIRECTFB no longer builds -.endif - post-extract: ${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' \ -e '/CMAKE_INSTALL_RPATH /d' \ |