summaryrefslogtreecommitdiff
path: root/ham/gnuradio-atsc
diff options
context:
space:
mode:
authormef <mef>2016-03-25 14:21:03 +0000
committermef <mef>2016-03-25 14:21:03 +0000
commitfb979bd50d56a020ab8e7b71c4ed173375684161 (patch)
tree93c5bca399b23ee52af2220f87f041188cb812af /ham/gnuradio-atsc
parent85a8fd610fdae6ca849c32e94efff2a2dfdc982c (diff)
downloadpkgsrc-fb979bd50d56a020ab8e7b71c4ed173375684161.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-atsc')
-rw-r--r--ham/gnuradio-atsc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/gnuradio-atsc/Makefile b/ham/gnuradio-atsc/Makefile
index 5c2c740c2c0..6ee8c46a6f0 100644
--- a/ham/gnuradio-atsc/Makefile
+++ b/ham/gnuradio-atsc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/09/01 04:14:54 mef Exp $
+# $NetBSD: Makefile,v 1.4 2016/03/25 14:21:03 mef Exp $
PKGNAME= gnuradio-atsc-${VERSION}
+PKGREVISION= 1
COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -13,4 +14,5 @@ CMAKE_ARGS+= -DENABLE_GR_FEC=ON
DEPENDS+= gnuradio-fec-[0-9]*:../../ham/gnuradio-fec
PLIST_MINUS+= fec
+.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"