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 /deskutils/pinot | |
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 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 000f9589d39a..5a4460468f2d 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -14,29 +14,29 @@ COMMENT= Personal search and metasearch for the Free Desktop LICENSE= GPLv2 -BUILD_DEPENDS= desktop-file-install:${PORTSDIR}/devel/desktop-file-utils \ - update-mime-database:${PORTSDIR}/misc/shared-mime-info -LIB_DEPENDS= libxapian.so:${PORTSDIR}/databases/xapian-core \ - libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ - libexttextcat-2.0.so:${PORTSDIR}/textproc/libexttextcat \ - libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ - libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libexif.so:${PORTSDIR}/graphics/libexif \ - libexiv2.so:${PORTSDIR}/graphics/exiv2 \ - libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \ - libtag.so:${PORTSDIR}/audio/taglib \ - libcurl.so:${PORTSDIR}/ftp/curl -RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ - antiword:${PORTSDIR}/textproc/antiword \ - xdg-open:${PORTSDIR}/devel/xdg-utils \ - ${LOCALBASE}/libexec/xpdf/pdftotext:${PORTSDIR}/graphics/xpdf \ - catppt:${PORTSDIR}/textproc/catdoc \ - unzip:${PORTSDIR}/archivers/unzip \ - unrtf:${PORTSDIR}/textproc/unrtf \ - catdvi:${PORTSDIR}/print/catdvi \ - bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= desktop-file-install:devel/desktop-file-utils \ + update-mime-database:misc/shared-mime-info +LIB_DEPENDS= libxapian.so:databases/xapian-core \ + libgtkmm-2.4.so:x11-toolkits/gtkmm24 \ + libexttextcat-2.0.so:textproc/libexttextcat \ + libdbus-glib-1.so:devel/dbus-glib \ + libxml++-2.6.so:textproc/libxml++26 \ + libboost_thread.so:devel/boost-libs \ + libexecinfo.so:devel/libexecinfo \ + libexif.so:graphics/libexif \ + libexiv2.so:graphics/exiv2 \ + libgmime-2.4.so:mail/gmime24 \ + libtag.so:audio/taglib \ + libcurl.so:ftp/curl +RUN_DEPENDS= update-mime-database:misc/shared-mime-info \ + antiword:textproc/antiword \ + xdg-open:devel/xdg-utils \ + ${LOCALBASE}/libexec/xpdf/pdftotext:graphics/xpdf \ + catppt:textproc/catdoc \ + unzip:archivers/unzip \ + unrtf:textproc/unrtf \ + catdvi:print/catdvi \ + bash:shells/bash PROJECTHOST= ${PORTNAME}-search @@ -61,7 +61,7 @@ DEBUG_CONFIGURE_ON= --enable-debug=yes CHMLIB_CONFIGURE_ON= --enable-chmlib=yes CHMLIB_CONFIGURE_OFF= --disable-chmlib -CHMLIB_LIB_DEPENDS= libchm.so:${PORTSDIR}/misc/chmlib +CHMLIB_LIB_DEPENDS= libchm.so:misc/chmlib INSTALLS_ICONS= yes |