diff options
Diffstat (limited to 'ham/gnuradio-video-sdl/Makefile')
-rw-r--r-- | ham/gnuradio-video-sdl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/gnuradio-video-sdl/Makefile b/ham/gnuradio-video-sdl/Makefile index ca23ae76336..9beea3cb69d 100644 --- a/ham/gnuradio-video-sdl/Makefile +++ b/ham/gnuradio-video-sdl/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/13 17:36:32 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:06 joerg Exp $ PKGNAME= gnuradio-video-sdl-${VERSION} COMMENT= SDL bindings for GNU Radio +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../meta-pkgs/gnuradio/Makefile.common" CONFIGURE_ARGS+=--enable-gr-video-sdl |