diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2017-07-04 15:28:50 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2017-07-04 15:28:50 +0000 |
commit | 77cd0c84e7bd61cbb4a974203345b0a61fef0da4 (patch) | |
tree | 64e4fe5d72445fede4f80d83c9a32fa87eff956f /math/mate-calc | |
parent | Add LICENSE_FILE (diff) |
Remove PORTSDIR from BUILD_DEPENDS
Approved by: just fix it
Diffstat (limited to 'math/mate-calc')
-rw-r--r-- | math/mate-calc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile index 94e8f3e5af41..9ee224085924 100644 --- a/math/mate-calc/Makefile +++ b/math/mate-calc/Makefile @@ -13,7 +13,7 @@ COMMENT= MATE calculator tool based on the old calctool for OpenWindows LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool +BUILD_DEPENDS= itstool:textproc/itstool PORTSCOUT= limitw:1,even |