diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 15:33:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 15:33:07 +0000 |
commit | 5840d29c60c6f473e25d7098b5627b0e102ad19d (patch) | |
tree | 7b8a813637dae477cbcf42ce94e924c1f2364ce8 /x11-wm | |
parent | 266d596212c1372e668667911c708302142f5948 (diff) |
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=209540
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/transset-df/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/transset-df/Makefile b/x11-wm/transset-df/Makefile index a96f794721c2..8b943ba94348 100644 --- a/x11-wm/transset-df/Makefile +++ b/x11-wm/transset-df/Makefile @@ -7,15 +7,16 @@ PORTNAME= transset-df PORTVERSION= 6 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://forchheimer.se/transset-df/ MAINTAINER= miwi@FreeBSD.org COMMENT= Make your windows transparent -USE_X_PREFIX= yes ALL_TARGET= transset-df MAKE_ARGS= CFLAGS="${CFLAGS}" +USE_XORG= x11 xfixes xcomposite xrender xdamage PLIST_FILES= bin/transset-df |