diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:58:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:58:08 +0000 |
commit | efc1cb64f924e28e5311b7f53491903d78083410 (patch) | |
tree | 7037efd712f2fedc0dc2b5a45a56587614e86b3a /graphics | |
parent | 90a744a3a45bd599bd073bc391b98846f5563b48 (diff) | |
download | ports-efc1cb64f924e28e5311b7f53491903d78083410.tar.gz ports-efc1cb64f924e28e5311b7f53491903d78083410.zip |
- strip shlibversion in depedency
Notes
Notes:
svn path=/head/; revision=311031
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtkdps/Makefile | 2 | ||||
-rw-r--r-- | graphics/pornview/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index cb3c0e7c7098..7e860946f3f1 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -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 diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index 1f515f4dcf4b..2e655c8a2b4d 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/} 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 |