diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
| commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
| tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /sysutils/brasero3 | |
| parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
| download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.bz2 marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.lz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.xz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip | |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero3')
| -rw-r--r-- | sysutils/brasero3/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/brasero3/Makefile b/sysutils/brasero3/Makefile index 56a52b107..10d7bbec3 100644 --- a/sysutils/brasero3/Makefile +++ b/sysutils/brasero3/Makefile @@ -12,14 +12,15 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= CD/DVD mastering tool for the GNOME desktop BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify \ - totem-plparser:${PORTSDIR}/multimedia/totem-pl-parser \ - canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 +LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ + libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser \ + libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ cdrdao:${PORTSDIR}/sysutils/cdrdao CONFLICTS= brasero-2.[0-9]* +NO_STAGE= yes LATEST_LINK= brasero3 USES= desktop-file-utils gettext gmake pathfix pkgconfig \ shared-mime-info @@ -58,8 +59,8 @@ CONFIGURE_ARGS+=--enable-nautilus=no .endif .if ${PORT_OPTIONS:MLIBBURNIA} -LIB_DEPENDS+= burn:${PORTSDIR}/devel/libburn \ - isofs:${PORTSDIR}/devel/libisofs +LIB_DEPENDS+= libburn.so:${PORTSDIR}/devel/libburn \ + libisofs.so:${PORTSDIR}/devel/libisofs CONFIGURE_ARGS+=--enable-libburnia PLIST_SUB+= LIBBURNIA="" .else |
