- 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
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= jack_mixer
|
||||
PORTVERSION= 10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
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
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig libtool
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= gconf2
|
||||
GCONF_SCHEMAS= jack_mixer.schemas
|
||||
|
|
|
@ -18,7 +18,6 @@ share/applications/jack_mixer.desktop
|
|||
%%DATADIR%%/slider.py
|
||||
%%DATADIR%%/preferences.py
|
||||
%%PYTHON_SITELIBDIR%%/jack_mixer_c.so
|
||||
%%PYTHON_SITELIBDIR%%/jack_mixer_c.la
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor/22x22/apps
|
||||
|
|
Loading…
Reference in a new issue