From owner-svn-ports-head@FreeBSD.ORG Tue Jun 18 10:54:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B7FD41DB; Tue, 18 Jun 2013 10:54:03 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AB6BC1F3E; Tue, 18 Jun 2013 10:54:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5IAs3gT013772; Tue, 18 Jun 2013 10:54:03 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5IAs3Jo013771; Tue, 18 Jun 2013 10:54:03 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201306181054.r5IAs3Jo013771@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 18 Jun 2013 10:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321178 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2013 10:54:03 -0000 Author: koobs Date: Tue Jun 18 10:54:03 2013 New Revision: 321178 URL: http://svnweb.freebsd.org/changeset/ports/321178 Log: Add libqxt to devel/Makefile Approved by: gahr (maintainer) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jun 18 09:45:58 2013 (r321177) +++ head/devel/Makefile Tue Jun 18 10:54:03 2013 (r321178) @@ -1083,6 +1083,7 @@ SUBDIR += libplist SUBDIR += libpo6 SUBDIR += libpthread-stubs + SUBDIR += libqxt SUBDIR += librcc SUBDIR += librcd SUBDIR += libreadline-java