diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-07-26 17:03:55 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-07-26 17:03:55 +0000 |
commit | 830dcb5aeb28362d1d7b26b09ce58abe596d2b29 (patch) | |
tree | 1085f646c738769fc2a8717b3ced7d59b9272d3f | |
parent | printscreen - Simple screenshot program for X11. (diff) |
- Connect printscreen to build.
Approved by: gabor (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=217618
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 3602cd90ea6b..abac1e341d5b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -228,6 +228,7 @@ SUBDIR += portoseguro SUBDIR += powershell SUBDIR += printproto + SUBDIR += printscreen SUBDIR += props SUBDIR += py-qt4-opengl SUBDIR += qrash |