svn commit: r360367 - head/devel/libassetml

Bartek Rutkowski robak at FreeBSD.org
Thu Jul 3 13:40:42 UTC 2014


Author: robak
Date: Thu Jul  3 13:40:41 2014
New Revision: 360367
URL: http://svnweb.freebsd.org/changeset/ports/360367
QAT: https://qat.redports.org/buildarchive/r360367/

Log:
  devel/libassetml: convert to new LIB_DEPENDS format
  
  Approved by:	marino (mentor), portmgr (blanket)

Modified:
  head/devel/libassetml/Makefile

Modified: head/devel/libassetml/Makefile
==============================================================================
--- head/devel/libassetml/Makefile	Thu Jul  3 13:39:52 2014	(r360366)
+++ head/devel/libassetml/Makefile	Thu Jul  3 13:40:41 2014	(r360367)
@@ -11,7 +11,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Library to share image and audio files between projects
 
 BUILD_DEPENDS=	texi2html:${PORTSDIR}/textproc/texi2html
-LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
+LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
 USES=		gettext gmake libtool:keepla makeinfo pkgconfig
 USE_GNOME=	gnomehack gnomeprefix glib20 libxml2


More information about the svn-ports-head mailing list