diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-toolkits/gnomemm | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnomemm')
-rw-r--r-- | x11-toolkits/gnomemm/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/gnomemm/Makefile b/x11-toolkits/gnomemm/Makefile index 24f575f6252b..323571b712f8 100644 --- a/x11-toolkits/gnomemm/Makefile +++ b/x11-toolkits/gnomemm/Makefile @@ -9,12 +9,12 @@ CATEGORIES= x11-toolkits devel gnome MAINTAINER= bland@FreeBSD.org COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries -LIB_DEPENDS= libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \ - libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm \ - libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ - libgnomecanvasmm-2.6.so:${PORTSDIR}/graphics/libgnomecanvasmm26 \ - libgnomemm-2.6.so:${PORTSDIR}/x11/libgnomemm26 \ - libgnomeuimm-2.6.so:${PORTSDIR}/x11-toolkits/libgnomeuimm26 +LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26 \ + libgnomevfsmm-2.6.so:devel/gnome-vfsmm \ + libglademm-2.4.so:devel/libglademm24 \ + libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \ + libgnomemm-2.6.so:x11/libgnomemm26 \ + libgnomeuimm-2.6.so:x11-toolkits/libgnomeuimm26 USES= metaport |