diff options
-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 ee084e989d3..6325820ef1b 100644 --- a/misc/autocue/Makefile +++ b/misc/autocue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/08/20 21:42:26 agc Exp $ +# $NetBSD: Makefile,v 1.7 2012/03/02 16:21:32 hans Exp $ # DISTNAME= autocue-20070224 @@ -12,6 +12,8 @@ COMMENT= Time-based text formatter, sending output to xcb for pasting DEPENDS+= xcb-[0-9]*:../../x11/xcb +USE_FEATURES+= cdefs + PKG_DESTDIR_SUPPORT= user-destdir do-extract: |