svn commit: r326124 - head/net/remmina

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 07:09:25 UTC 2013


Author: bapt
Date: Tue Sep  3 07:09:24 2013
New Revision: 326124
URL: http://svnweb.freebsd.org/changeset/ports/326124

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/net/remmina/Makefile

Modified: head/net/remmina/Makefile
==============================================================================
--- head/net/remmina/Makefile	Tue Sep  3 06:41:36 2013	(r326123)
+++ head/net/remmina/Makefile	Tue Sep  3 07:09:24 2013	(r326124)
@@ -11,8 +11,7 @@ COMMENT=	The GTK+ Remote Desktop Client
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/${PORTNAME}/COPYING
 
-USES=		cmake desktop-file-utils
-USE_GMAKE=	yes
+USES=		cmake desktop-file-utils gmake pkgconfig
 USE_GNOME=	atk gdkpixbuf2 glib20 gtk20 pango
 INSTALLS_ICONS=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS} -Wl,-rpath -Wl,${LOCALBASE}/lib -lX11 \


More information about the svn-ports-all mailing list