Date: Wed, 18 Sep 2013 11:41:15 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327541 - head/comms/anyremote Message-ID: <201309181141.r8IBfFcm055736@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Wed Sep 18 11:41:14 2013 New Revision: 327541 URL: http://svnweb.freebsd.org/changeset/ports/327541 Log: - Add missing iconv USES Submitted by: marino Approved by: portmgr (bapt, implicit) Modified: head/comms/anyremote/Makefile Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Wed Sep 18 11:40:34 2013 (r327540) +++ head/comms/anyremote/Makefile Wed Sep 18 11:41:14 2013 (r327541) @@ -11,7 +11,7 @@ COMMENT= Remote control service over Blu LICENSE= GPLv2 -USES= pkgconfig +USES= iconv pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309181141.r8IBfFcm055736>