diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-27 01:14:39 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-27 01:14:39 +0000 |
commit | 84fc17bed4eb410ca2d06c4a6a252a5128c0f5cd (patch) | |
tree | e93885dd011e3458cca2930119fb3c4e194ee81d /x11 | |
parent | 1c22653ccf9b375fd0b8f3de2a505d433b86d844 (diff) |
- Add USE_XORG (modules)
- Bump portrevision
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=209913
Diffstat (limited to 'x11')
-rw-r--r-- | x11/electricsheep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/electricsheep/Makefile b/x11/electricsheep/Makefile index 0e4e5518e5c2..158defa15dd0 100644 --- a/x11/electricsheep/Makefile +++ b/x11/electricsheep/Makefile @@ -7,7 +7,7 @@ PORTNAME= electricsheep PORTVERSION= 2.6.8 -PORTREVISION= 2 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://electricsheep.org/ @@ -28,6 +28,7 @@ RUN_DEPENDS+= xscreensaver:${PORTSDIR}/x11/xscreensaver USE_SDL= sdl GNU_CONFIGURE= yes +USE_XORG= x11 xau xdmcp xext xi xrandr sm ice .if !defined(NOPORTDOCS) MAN1= electricsheep.1 |