diff options
author | asau <asau> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 12:55:08 +0000 |
commit | bf8e73fd10749c842f784fe13fab96162c0d5f22 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /ham/gnuradio-video-sdl | |
parent | 0dff04393792bbde9512b3f6d77ab00a0c706b84 (diff) | |
download | pkgsrc-bf8e73fd10749c842f784fe13fab96162c0d5f22.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'ham/gnuradio-video-sdl')
-rw-r--r-- | ham/gnuradio-video-sdl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ham/gnuradio-video-sdl/Makefile b/ham/gnuradio-video-sdl/Makefile index 1ae93df9287..e848b5852f5 100644 --- a/ham/gnuradio-video-sdl/Makefile +++ b/ham/gnuradio-video-sdl/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2012/08/29 11:22:16 obache Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/03 13:01:44 asau Exp $ PKGNAME= gnuradio-video-sdl-${VERSION} PKGREVISION= 6 COMMENT= SDL bindings for GNU Radio -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../meta-pkgs/gnuradio/Makefile.common" CONFIGURE_ARGS+=--enable-gr-video-sdl |