diff options
author | joerg <joerg@pkgsrc.org> | 2017-06-17 19:43:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-06-17 19:43:20 +0000 |
commit | a8e8b16b3b7591621deb8b95632853eb738f5816 (patch) | |
tree | db843dbfbf36b021274f14994bfb85879426594d | |
parent | d39dbc599e8cfa719d293a9cae83b2081bec78e1 (diff) | |
download | pkgsrc-a8e8b16b3b7591621deb8b95632853eb738f5816.tar.gz |
Uses *.mk.
-rw-r--r-- | misc/autocue/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/autocue/Makefile b/misc/autocue/Makefile index a5af3ecec72..2d78a046eaf 100644 --- a/misc/autocue/Makefile +++ b/misc/autocue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/05/31 23:05:55 agc Exp $ +# $NetBSD: Makefile,v 1.11 2017/06/17 19:43:20 joerg Exp $ # DISTNAME= autocue-20070224 @@ -10,6 +10,8 @@ MAINTAINER= agc@NetBSD.org HOMEPAGE= http://www.alistaircrooks.co.uk/software.html COMMENT= Time-based text formatter, sending output to xcb for pasting +USE_BSD_MAKEFILE= yes + DEPENDS+= xcb-[0-9]*:../../x11/xcb do-extract: |