diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 23:33:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 23:33:07 +0800 |
commit | bf84e0eb051e4e21559ed409d3f8954b78bac94b (patch) | |
tree | a2262af6c7b41f13cd72d454e308dfb9d736b867 /x11-wm | |
parent | dc317dcc4b75feb24b5d8a56ab443d65679c32aa (diff) | |
download | freebsd-ports-gnome-bf84e0eb051e4e21559ed409d3f8954b78bac94b.tar.gz freebsd-ports-gnome-bf84e0eb051e4e21559ed409d3f8954b78bac94b.tar.zst freebsd-ports-gnome-bf84e0eb051e4e21559ed409d3f8954b78bac94b.zip |
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION
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 |