diff options
author | hans <hans@pkgsrc.org> | 2012-03-02 16:21:32 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-03-02 16:21:32 +0000 |
commit | 1337949cb3e9b5b1a742f2b8d02b99692a07c84b (patch) | |
tree | b6f09d55345a962fd0be706b643642bddc646587 /misc | |
parent | a8a981d3261037db00ce676e50d7221f33da595e (diff) | |
download | pkgsrc-1337949cb3e9b5b1a742f2b8d02b99692a07c84b.tar.gz |
Uses cdefs.
Diffstat (limited to 'misc')
-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: |