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 /news/pan/Makefile | |
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 'news/pan/Makefile')
-rw-r--r-- | news/pan/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index c66c0d172f3e..f87863e83f54 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -14,8 +14,8 @@ COMMENT= Threaded GTK+ newsreader based on Agent for Windows LICENSE= GPLv2 -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libgmime-2.6.so:${PORTSDIR}/mail/gmime26 +LIB_DEPENDS= libpcre.so:devel/pcre \ + libgmime-2.6.so:mail/gmime26 USES= gmake iconv pathfix pkgconfig tar:bzip2 USE_GNOME= intlhack @@ -32,7 +32,7 @@ OPTIONS_SUB= yes OPTIONS_DEFAULT=GTKSPELL GNUTLS GTK2 GTKSPELL_DESC= Spell checking support (gtk+2 only) -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES= pkgconfig GNUTLS_CONFIGURE_WITH= gnutls @@ -41,7 +41,7 @@ GTK3_USE= gnome=gtk30 GTK2_USE= gnome=gtk20 -GTKSPELL_LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell +GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell GTKSPELL_CONFIGURE_WITH= gtkspell GTK3_PREVENTS= GTKSPELL |