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-fm/rodent | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'x11-fm/rodent')
-rw-r--r-- | x11-fm/rodent/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile index 7ec8a9d14905..73fb8faea84b 100644 --- a/x11-fm/rodent/Makefile +++ b/x11-fm/rodent/Makefile @@ -11,12 +11,12 @@ COMMENT= Fast, small, and powerful file manager LICENSE= GPLv3 -BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ - bash:${PORTSDIR}/shells/bash \ - intltoolize:${PORTSDIR}/textproc/intltool -LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ - libmagic.so:${PORTSDIR}/sysutils/file \ - librfm.so:${PORTSDIR}/x11-fm/librfm +BUILD_DEPENDS= gawk:lang/gawk \ + bash:shells/bash \ + intltoolize:textproc/intltool +LIB_DEPENDS= libcairo.so:graphics/cairo \ + libmagic.so:sysutils/file \ + librfm.so:x11-fm/librfm USES= desktop-file-utils gmake libtool:keepla pkgconfig tar:bzip2 shebangfix USE_GNOME= glib20 gtk20 librsvg2 libxml2 |