diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-19 18:25:58 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-19 18:25:58 +0000 |
commit | da9a918f01f28db32853dbb5f5dfd01e274bda3b (patch) | |
tree | 9bea2287f57405d48eec96fe8d709d6273923288 /audio/mp3plot | |
parent | 0bf7c502a1716a7c6592fac25a23cdd51139f562 (diff) |
Notes
Diffstat (limited to 'audio/mp3plot')
-rw-r--r-- | audio/mp3plot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 0ac6a7352761..eb476f94a5ee 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs OPTIONS= GD "Enable support for GD library" on \ IMAGEMAGICK "Enable support for Magick++" off +LICENSE= GPLv2 + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+=--with-boost-program-options=boost_program_options \ |