diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-20 14:32:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-20 14:32:35 +0000 |
commit | 670ea4fcb2a661ece889f020881d9a5be22525a3 (patch) | |
tree | 1e2c3ebb3b0c646a6c8e72252be56f4cfc15dafb /audio/jack_mixer | |
parent | 99c3129ee26455aa7a7d919c301f041c60f49b1e (diff) | |
download | ports-670ea4fcb2a661ece889f020881d9a5be22525a3.tar.gz ports-670ea4fcb2a661ece889f020881d9a5be22525a3.zip |
Notes
Diffstat (limited to 'audio/jack_mixer')
-rw-r--r-- | audio/jack_mixer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/jack_mixer/Makefile b/audio/jack_mixer/Makefile index 5dca4328e6d3..e3a2a191fdca 100644 --- a/audio/jack_mixer/Makefile +++ b/audio/jack_mixer/Makefile @@ -3,7 +3,7 @@ PORTNAME= jack_mixer PORTVERSION= 10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.gna.org/${PORTNAME:S/_//}/ @@ -18,7 +18,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:math/py-fpconst \ ${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:x11-toolkits/py-gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= libtool pkgconfig python +USES= libtool pkgconfig python shebangfix +SHEBANG_FILES= jack_mixer.py USE_GNOME= gconf2 GCONF_SCHEMAS= jack_mixer.schemas INSTALLS_ICONS= yes |