Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jul 2016 04:58:19 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418262 - head/x11-toolkits/open-motif
Message-ID:  <201607090458.u694wJVi043248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607090458.u694wJVi043248>