aboutsummaryrefslogtreecommitdiff
path: root/comms/gnokii
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /comms/gnokii
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
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 'comms/gnokii')
-rw-r--r--comms/gnokii/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index 95a232cb6d25..4f61242cfee7 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -16,7 +16,7 @@ COMMENT= Tools to talk to GSM cellular phones
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
+BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser
GROUPS= ${PORTNAME}
USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
@@ -46,10 +46,10 @@ SMSDDB_DESC= Enable database support in smsd (select one or more)
X11_DESC= Build graphical version (xgnokii)
ICAL_CONFIGURE_ENABLE= libical
-ICAL_LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical
+ICAL_LIB_DEPENDS= libical.so:devel/libical
USB_CONFIGURE_ENABLE= libusb
PCSC_CONFIGURE_ENABLE= libpcsclite
-PCSC_LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
+PCSC_LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite
.include <bsd.port.options.mk>
@@ -73,7 +73,7 @@ CONFIGURE_ARGS+= --disable-postgres
PLIST_SUB+= PGM='@comment '
. endif
. if ${PORT_OPTIONS:MSQLITE}
-LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:databases/sqlite3
PLIST_SUB+= SQLT=''
. else
CONFIGURE_ARGS+= --disable-sqlite