svn commit: r418262 - head/x11-toolkits/open-motif

Cy Schubert cy at FreeBSD.org
Sat Jul 9 04:58:20 UTC 2016


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


More information about the svn-ports-all mailing list