diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /comms/smstools3 | |
parent | Fix prop. (diff) |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'comms/smstools3')
-rw-r--r-- | comms/smstools3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/smstools3/Makefile b/comms/smstools3/Makefile index d4d1ecd689ce..d8e791b5a92b 100644 --- a/comms/smstools3/Makefile +++ b/comms/smstools3/Makefile @@ -42,7 +42,7 @@ SUB_FILES= pkg-install pkg-deinstall PORTDOCS= * PORTEXAMPLES= .procmailrc .qmailrc * -STATS_LIB_DEPENDS= libmm.so:${PORTSDIR}/devel/mm +STATS_LIB_DEPENDS= libmm.so:devel/mm STATS_CFLAGS= -I${LOCALBASE}/include STATS_CFLAGS_OFF= -DNOSTATS |