diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:26:08 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:26:08 +0000 |
commit | 2c178c2e139681514ca1e26e746d97c106cc44d2 (patch) | |
tree | ec0c4f3221fa647572658bdd6d3f4a0618f4c48b /net-p2p/linuxdcpp | |
parent | 3c25acd057b36f4b8acf995beff5f4afbcc67b98 (diff) | |
download | ports-2c178c2e139681514ca1e26e746d97c106cc44d2.tar.gz ports-2c178c2e139681514ca1e26e746d97c106cc44d2.zip |
Notes
Diffstat (limited to 'net-p2p/linuxdcpp')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index b2fd079637fe..f44fac16dc1a 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs -USES= compiler:c++11-lang gettext iconv localbase:ldflags pkgconfig scons tar:bzip2 ssl +USES= compiler:c++11-lang gettext gnome iconv localbase:ldflags \ + pkgconfig scons ssl tar:bzip2 USE_GNOME= libglade2 PORTDOCS= * DESTDIRNAME= FAKE_ROOT |