svn commit: r351758 - head/x11-wm/gcompmgr

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 22 06:58:49 UTC 2014


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 at 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}


More information about the svn-ports-all mailing list