diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/ruby-qtruby/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.zst freebsd-ports-gnome-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/ruby-qtruby/Makefile')
-rw-r--r-- | devel/ruby-qtruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-qtruby/Makefile b/devel/ruby-qtruby/Makefile index 7eca6a0c99c0..d7f2b6a4b249 100644 --- a/devel/ruby-qtruby/Makefile +++ b/devel/ruby-qtruby/Makefile @@ -11,8 +11,8 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for Qt -LIB_DEPENDS= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \ - libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 +LIB_DEPENDS= libqwt.so:x11-toolkits/qwt5 \ + libqscintilla2.so:devel/qscintilla2 USE_KDE4= kdeprefix smokeqt USE_QT4= corelib dbus declarative gui network phonon script webkit xml \ |