diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /multimedia/gnome-subtitles | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'multimedia/gnome-subtitles')
-rw-r--r-- | multimedia/gnome-subtitles/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gnome-subtitles/Makefile b/multimedia/gnome-subtitles/Makefile index 48bcf043e6a9..90f03e0cc4e4 100644 --- a/multimedia/gnome-subtitles/Makefile +++ b/multimedia/gnome-subtitles/Makefile @@ -12,8 +12,8 @@ COMMENT= Subtitle editor with video preview LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ - libgtkspell.so:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS= libenchant.so:textproc/enchant \ + libgtkspell.so:textproc/gtkspell USES= cpe gmake mono pkgconfig libtool localbase desktop-file-utils CPE_VENDOR= pedro_castro |