diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-01-20 11:46:49 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-01-20 11:46:49 +0000 |
commit | c091fd2babbeee7f19b87990dfa17078cb78e52d (patch) | |
tree | aba3a450b3cb29276eb3b4e975705a6af704e72b /net/openpgm | |
parent | 15e813001a99967d26bf356e2c9fa52235cdb66a (diff) |
Notes
Diffstat (limited to 'net/openpgm')
-rw-r--r-- | net/openpgm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openpgm/Makefile b/net/openpgm/Makefile index db98a7562944..8bf1e7476a95 100644 --- a/net/openpgm/Makefile +++ b/net/openpgm/Makefile @@ -14,7 +14,7 @@ COMMENT= Implementation of the PGM reliable multicast protocol LICENSE= LGPL3 GNU_CONFIGURE= yes -USES= pathfix perl5 tar:bzip2 libtool python +USES= pathfix perl5 tar:bzip2 libtool python:2,build USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/openpgm/pgm INSTALL_TARGET= install-strip |