diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/glom | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'databases/glom')
-rw-r--r-- | databases/glom/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 67573dff00b0..59649ef19358 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -11,18 +11,18 @@ DIST_SUBDIR= gnome3 MAINTAINER= kwm@FreeBSD.org COMMENT= GNOME database designer and user interface -BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ - itstool:${PORTSDIR}/textproc/itstool \ - libepc>=0.4.0:${PORTSDIR}/www/libepc \ - libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \ - libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql -LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ - libepc-1.0.so:${PORTSDIR}/www/libepc \ - libgoocanvasmm-2.0.so:${PORTSDIR}/graphics/goocanvasmm2 \ - libevview3.so:${PORTSDIR}/graphics/evince -RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ - libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \ - libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ + itstool:textproc/itstool \ + libepc>=0.4.0:www/libepc \ + libgda5-mysql>=0:databases/libgda5-mysql \ + libgda5-postgresql>=0:databases/libgda5-postgresql +LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ + libepc-1.0.so:www/libepc \ + libgoocanvasmm-2.0.so:graphics/goocanvasmm2 \ + libevview3.so:graphics/evince +RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ + libgda5-mysql>=0:databases/libgda5-mysql \ + libgda5-postgresql>=0:databases/libgda5-postgresql GNU_CONFIGURE= yes USES= desktop-file-utils gettext gmake libarchive libtool pathfix \ |