diff options
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r-- | sysutils/brasero/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 2f6a4427b24e..2cdf0e701c69 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -11,12 +11,12 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= CD/DVD mastering tool for the GNOME desktop -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -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 +BUILD_DEPENDS= itstool:textproc/itstool +LIB_DEPENDS= libnotify.so:devel/libnotify \ + libtotem-plparser.so:multimedia/totem-pl-parser \ + libcanberra-gtk3.so:audio/libcanberra-gtk3 +RUN_DEPENDS= growisofs:sysutils/dvd+rw-tools \ + cdrdao:sysutils/cdrdao USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ shared-mime-info tar:xz @@ -42,8 +42,8 @@ NAUTILUS_DESC= Build nautilus extension LIBBURNIA_DESC= Build libburnia plug-ins NAUTILUS_USE= GNOME=nautilus3 NAUTILUS_CONFIGURE_ENABLE= nautilus -LIBBURNIA_LIB_DEPENDS= libburn.so:${PORTSDIR}/devel/libburn \ - libisofs.so:${PORTSDIR}/devel/libisofs +LIBBURNIA_LIB_DEPENDS= libburn.so:devel/libburn \ + libisofs.so:devel/libisofs LIBBURNIA_CONFIGURE_ENABLE= libburnia PLIST_SUB= FULL_VERSION=${PORTVERSION} |