diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-24 16:43:55 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-24 16:43:55 +0000 |
commit | d1e97344919bdcc7cdbcdbb983717d9ff0495adf (patch) | |
tree | e68c8e8818c6d10a0a793ae94fd7b297ef83ed1c /comms/tkscanfax | |
parent | 3d618342b574f275638c754607fa802932d19377 (diff) | |
download | ports-d1e97344919bdcc7cdbcdbb983717d9ff0495adf.tar.gz ports-d1e97344919bdcc7cdbcdbb983717d9ff0495adf.zip |
Notes
Diffstat (limited to 'comms/tkscanfax')
-rw-r--r-- | comms/tkscanfax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/tkscanfax/Makefile b/comms/tkscanfax/Makefile index 9ee28cf5b891..ee5ef2695b2b 100644 --- a/comms/tkscanfax/Makefile +++ b/comms/tkscanfax/Makefile @@ -14,7 +14,7 @@ COMMENT= Tcl/Tk frontend for fax scan/receive/send program (command is tkfax) WRKSRC= ${WRKDIR}/${PORTNAME}1 NO_BUILD= yes -USE_TK_WRAPPER= yes +USES+= tk:wrapper PLIST_SUB= TKSCANFAXDIR="${TKSCANFAXDIR:S,^${PREFIX}/,,}" |