Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2013 16:58:09 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311031 - in head/graphics: gtkdps pornview
Message-ID:  <201301261658.r0QGw9iQ077053@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Jan 26 16:58:08 2013
New Revision: 311031
URL: http://svnweb.freebsd.org/changeset/ports/311031

Log:
  - strip shlibversion in depedency

Modified:
  head/graphics/gtkdps/Makefile
  head/graphics/pornview/Makefile

Modified: head/graphics/gtkdps/Makefile
==============================================================================
--- head/graphics/gtkdps/Makefile	Sat Jan 26 16:50:30 2013	(r311030)
+++ head/graphics/gtkdps/Makefile	Sat Jan 26 16:58:08 2013	(r311031)
@@ -13,7 +13,7 @@ DISTNAME=	gtkDPS-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gtk bindings for the Display GhostScript System
 
-LIB_DEPENDS+=	dpstk.0:${PORTSDIR}/x11/dgs
+LIB_DEPENDS+=	dpstk:${PORTSDIR}/x11/dgs
 
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes

Modified: head/graphics/pornview/Makefile
==============================================================================
--- head/graphics/pornview/Makefile	Sat Jan 26 16:50:30 2013	(r311030)
+++ head/graphics/pornview/Makefile	Sat Jan 26 16:58:08 2013	(r311031)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PornView is an image viewer/manager
 
-LIB_DEPENDS=	exif.12:${PORTSDIR}/graphics/libexif \
+LIB_DEPENDS=	exif:${PORTSDIR}/graphics/libexif \
 		png15:${PORTSDIR}/graphics/png \
 		xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil
 



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