Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 06:58:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351758 - head/x11-wm/gcompmgr
Message-ID:  <201404220658.s3M6wnJw075959@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Apr 22 06:58:48 2014
New Revision: 351758
URL: http://svnweb.freebsd.org/changeset/ports/351758
QAT: https://qat.redports.org/buildarchive/r351758/

Log:
  Support stage
  modernize

Modified:
  head/x11-wm/gcompmgr/Makefile

Modified: head/x11-wm/gcompmgr/Makefile
==============================================================================
--- head/x11-wm/gcompmgr/Makefile	Tue Apr 22 06:53:57 2014	(r351757)
+++ head/x11-wm/gcompmgr/Makefile	Tue Apr 22 06:58:48 2014	(r351758)
@@ -11,10 +11,10 @@ MAINTAINER=	umeno@rr.iij4u.or.jp
 COMMENT=	GNOME interface to xcompmgr
 
 RUN_DEPENDS=	xcompmgr:${PORTSDIR}/x11-wm/xcompmgr
-LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		libtool pkgconfig
 USE_AUTOTOOLS=	automake:env
 
 DESKTOP_ENTRIES="gcompmgr" \
@@ -25,7 +25,6 @@ DESKTOP_ENTRIES="gcompmgr" \
 		true
 
 
-NO_STAGE=	yes
 post-patch:
 .for file in depcomp install-sh missing
 	@${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404220658.s3M6wnJw075959>