mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
40338268d1
commit
c60ca88bed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358411
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= jack_mixer
|
PORTNAME= jack_mixer
|
||||||
PORTVERSION= 10
|
PORTVERSION= 10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://download.gna.org/${PORTNAME:S/_//}/
|
MASTER_SITES= http://download.gna.org/${PORTNAME:S/_//}/
|
||||||
|
|
||||||
@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \
|
|||||||
${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2
|
${LOCALBASE}/include/pygtk-2.0/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk2
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USES= pkgconfig
|
USES= pkgconfig libtool
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_GNOME= gconf2
|
USE_GNOME= gconf2
|
||||||
GCONF_SCHEMAS= jack_mixer.schemas
|
GCONF_SCHEMAS= jack_mixer.schemas
|
||||||
|
@ -18,7 +18,6 @@ share/applications/jack_mixer.desktop
|
|||||||
%%DATADIR%%/slider.py
|
%%DATADIR%%/slider.py
|
||||||
%%DATADIR%%/preferences.py
|
%%DATADIR%%/preferences.py
|
||||||
%%PYTHON_SITELIBDIR%%/jack_mixer_c.so
|
%%PYTHON_SITELIBDIR%%/jack_mixer_c.so
|
||||||
%%PYTHON_SITELIBDIR%%/jack_mixer_c.la
|
|
||||||
@dirrmtry share/icons/hicolor/16x16/apps
|
@dirrmtry share/icons/hicolor/16x16/apps
|
||||||
@dirrmtry share/icons/hicolor/16x16
|
@dirrmtry share/icons/hicolor/16x16
|
||||||
@dirrmtry share/icons/hicolor/22x22/apps
|
@dirrmtry share/icons/hicolor/22x22/apps
|
||||||
|
Loading…
Reference in New Issue
Block a user