diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-im/freetalk | |
parent | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'net-im/freetalk')
-rw-r--r-- | net-im/freetalk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/freetalk/Makefile b/net-im/freetalk/Makefile index 17ccf3a2a89f..c71ef8659333 100644 --- a/net-im/freetalk/Makefile +++ b/net-im/freetalk/Makefile @@ -13,9 +13,9 @@ COMMENT= GNU console based Jabber client OPTIONS_DEFINE= NLS -LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth -BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile -RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile +LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth +BUILD_DEPENDS= guile>=1.8.6:lang/guile +RUN_DEPENDS= guile>=1.8.6:lang/guile USES= pkgconfig USE_GNOME= glib20 |