svn commit: r311031 - in head/graphics: gtkdps pornview
Dirk Meyer
dinoex at FreeBSD.org
Sat Jan 26 16:58:09 UTC 2013
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 at 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 at 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
More information about the svn-ports-head
mailing list