diff options
author | az <az@FreeBSD.org> | 2013-09-02 17:22:47 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 17:22:47 +0800 |
commit | 6071aa584d03c4f44a6a0fcc929d60259ab540fc (patch) | |
tree | 57ff114ed6c22543eff6f68991fcfc5180976d04 /misc/ipbt | |
parent | 8f145387b89bd4e2fc168b3f74fc221568a2c94c (diff) | |
download | freebsd-ports-gnome-6071aa584d03c4f44a6a0fcc929d60259ab540fc.tar.gz freebsd-ports-gnome-6071aa584d03c4f44a6a0fcc929d60259ab540fc.tar.zst freebsd-ports-gnome-6071aa584d03c4f44a6a0fcc929d60259ab540fc.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'misc/ipbt')
-rw-r--r-- | misc/ipbt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index 53fe338e0216..a8979aa39b2d 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -17,7 +17,7 @@ COMMENT= A high-tech ttyrec player with improvements over ttyplay MAN1= ipbt.1 -USE_PERL5= yes +USES= perl5 ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump |