diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 19:03:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 19:03:22 +0000 |
commit | 8d7979685742f7db4de17e82e100ab28240faeec (patch) | |
tree | 10be7e192899540099a085148aba453e59ccefde /news | |
parent | e5271c3cc18d75edea8931d4b71ca87cfecff355 (diff) |
- set USE_XORG
Notes
Notes:
svn path=/head/; revision=209242
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index a5e40d7b0ee0..8d3a5ae1b051 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter USE_IMAKE= yes -USE_XPM= yes +USE_XORG= xmu xpm xt sm ice xext x11 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f .if defined(MAKE_JOBS) |