diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 06:49:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 06:49:19 +0800 |
commit | 35b68056660388036a84294122deec3a4b7582de (patch) | |
tree | 47f9e79b178c38411e836aa443810a284da8d8fc /x11-toolkits/p5-Gtk2-ImageView | |
parent | d605bc01f4f8d05e2a90b121e9787c612aab1d5a (diff) | |
download | freebsd-ports-gnome-35b68056660388036a84294122deec3a4b7582de.tar.gz freebsd-ports-gnome-35b68056660388036a84294122deec3a4b7582de.tar.zst freebsd-ports-gnome-35b68056660388036a84294122deec3a4b7582de.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'x11-toolkits/p5-Gtk2-ImageView')
-rw-r--r-- | x11-toolkits/p5-Gtk2-ImageView/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk2-ImageView/Makefile b/x11-toolkits/p5-Gtk2-ImageView/Makefile index 3b84efce8bf1..69ba9a78c1d5 100644 --- a/x11-toolkits/p5-Gtk2-ImageView/Makefile +++ b/x11-toolkits/p5-Gtk2-ImageView/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo \ p5-ExtUtils-Depends>=0.2:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Gtk2>=1.140:${PORTSDIR}/x11-toolkits/p5-Gtk2 -LIB_DEPENDS= gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview +LIB_DEPENDS= libgtkimageview.so:${PORTSDIR}/x11-toolkits/gtkimageview RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |