diff options
author | mef <mef@pkgsrc.org> | 2016-03-25 14:21:03 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-03-25 14:21:03 +0000 |
commit | df5514f1e6a6e74c0d261b343b81ef17070f5fb4 (patch) | |
tree | 93c5bca399b23ee52af2220f87f041188cb812af /ham/gnuradio-dtv | |
parent | 28fa8fab1b87c42cead2dd64b7c177e2364a0a37 (diff) | |
download | pkgsrc-df5514f1e6a6e74c0d261b343b81ef17070f5fb4.tar.gz |
If math/gsl is already installed, packaging becomes different. So add as
prerequisite (buildlink3). Thanks Dave Tyson for the report at pkgsrc-users@.
PKGREVISION++. Those two depends on gnuradio-fec, so the same situation as it.
(PLIST of these two are NOT affected, but actuall installation PLIST will
be different because of gnuradio-fec is also installed with those).
Diffstat (limited to 'ham/gnuradio-dtv')
-rw-r--r-- | ham/gnuradio-dtv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/gnuradio-dtv/Makefile b/ham/gnuradio-dtv/Makefile index ea46a646029..3ef40902b0e 100644 --- a/ham/gnuradio-dtv/Makefile +++ b/ham/gnuradio-dtv/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2015/09/01 04:14:54 mef Exp $ +# $NetBSD: Makefile,v 1.5 2016/03/25 14:21:03 mef Exp $ PKGNAME= gnuradio-dtv-${VERSION} +PKGREVISION= 1 COMMENT= Various digital television standards of GNU Radio .include "../../ham/gnuradio-core/Makefile.common" @@ -12,5 +13,6 @@ CMAKE_ARGS+= -DENABLE_GR_FEC=True PLIST_MINUS+= fec .include "../../ham/gnuradio-fec/buildlink3.mk" +.include "../../math/gsl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |