From owner-svn-ports-all@freebsd.org Sat Jul 9 04:58:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C625B8441F; Sat, 9 Jul 2016 04:58:20 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 394241231; Sat, 9 Jul 2016 04:58:20 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u694wJou043249; Sat, 9 Jul 2016 04:58:19 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u694wJVi043248; Sat, 9 Jul 2016 04:58:19 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201607090458.u694wJVi043248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 9 Jul 2016 04:58:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418262 - head/x11-toolkits/open-motif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2016 04:58:20 -0000 Author: cy Date: Sat Jul 9 04:58:19 2016 New Revision: 418262 URL: https://svnweb.freebsd.org/changeset/ports/418262 Log: Correct the graphics/png dependency. Modified: head/x11-toolkits/open-motif/Makefile Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Sat Jul 9 04:57:43 2016 (r418261) +++ head/x11-toolkits/open-motif/Makefile Sat Jul 9 04:58:19 2016 (r418262) @@ -2,6 +2,7 @@ PORTNAME= open-motif PORTVERSION= 2.3.6 +PORTREVISION= 1 CATEGORIES= x11-toolkits # MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/ MASTER_SITES= SF/motif/Motif%202.3.6%20Source%20Code/ @@ -13,8 +14,6 @@ COMMENT= Motif X11 Toolkit (industry sta LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:graphics/png - MAKE_JOBS_UNSAFE= yes CONFLICTS= lesstif-[0-9]* @@ -22,7 +21,8 @@ USES= autoreconf gmake iconv jpeg libto USE_XORG= x11 xaw xbitmaps xext xft xt xmu xrender sm ice LIB_DEPENDS= libXp.so:x11/libXp \ libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libpng16.so:graphics/png GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ENV= LANG=C