diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/ghostess | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412344
Diffstat (limited to 'audio/ghostess')
-rw-r--r-- | audio/ghostess/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/ghostess/Makefile b/audio/ghostess/Makefile index 48975354f10b..57d55055bc22 100644 --- a/audio/ghostess/Makefile +++ b/audio/ghostess/Makefile @@ -12,15 +12,15 @@ COMMENT= Graphical DSSI host with JACK MIDI support LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ - ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ - jackit>=0.109.2:${PORTSDIR}/audio/jack +BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi \ + ${LOCALBASE}/include/ladspa.h:audio/ladspa \ + jackit>=0.109.2:audio/jack # Between 0.109.0 and earlier versions there was an api change in JACK. # However, the library version number was not changed. The line above # is supposed to work around that. -LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \ - liblo.so:${PORTSDIR}/audio/liblo \ - libjack.so:${PORTSDIR}/audio/jack +LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \ + liblo.so:audio/liblo \ + libjack.so:audio/jack USE_GNOME= gtk20 USES= tar:bzip2 gmake pkgconfig |