diff options
Diffstat (limited to 'x11-toolkits/p5-Gtk2-ImageView/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gtk2-ImageView/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/p5-Gtk2-ImageView/Makefile b/x11-toolkits/p5-Gtk2-ImageView/Makefile index 439bbf16b954..ae88efcb441b 100644 --- a/x11-toolkits/p5-Gtk2-ImageView/Makefile +++ b/x11-toolkits/p5-Gtk2-ImageView/Makefile @@ -12,11 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl bindings to the GtkImageView image viewer widget -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= libgtkimageview.so:${PORTSDIR}/x11-toolkits/gtkimageview +BUILD_DEPENDS= p5-Cairo>=0:graphics/p5-Cairo \ + p5-ExtUtils-Depends>=0.2:devel/p5-ExtUtils-Depends \ + p5-ExtUtils-PkgConfig>=1.03:devel/p5-ExtUtils-PkgConfig \ + p5-Gtk2>=1.140:x11-toolkits/p5-Gtk2 +LIB_DEPENDS= libgtkimageview.so:x11-toolkits/gtkimageview RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |