diff options
author | novel <novel@FreeBSD.org> | 2015-05-30 23:48:49 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2015-05-30 23:48:49 +0800 |
commit | 116fc3d69e7df3b8de708b1c370c4a42669618f6 (patch) | |
tree | f045a8f697f8bc3a5a4a609f77de7499bed3e781 /x11/xidle/Makefile | |
parent | 5ba1a50eacaa84948bd010529a6d49c8f88d755a (diff) | |
download | freebsd-ports-gnome-116fc3d69e7df3b8de708b1c370c4a42669618f6.tar.gz freebsd-ports-gnome-116fc3d69e7df3b8de708b1c370c4a42669618f6.tar.zst freebsd-ports-gnome-116fc3d69e7df3b8de708b1c370c4a42669618f6.zip |
Update to 26052015.
This is a new snapshot I extracted from the OpenBSD CVS repo.
Diffstat (limited to 'x11/xidle/Makefile')
-rw-r--r-- | x11/xidle/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/xidle/Makefile b/x11/xidle/Makefile index b361f894fc01..3630be3aff93 100644 --- a/x11/xidle/Makefile +++ b/x11/xidle/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xidle -PORTVERSION= 24102005 -PORTREVISION= 2 +PORTVERSION= 26052015 CATEGORIES= x11 MASTER_SITES= LOCAL/novel @@ -12,10 +11,10 @@ COMMENT= Run a program on X inactivity USES= tar:bzip2 CFLAGS+= -I${LOCALBASE}/include -D__dead=static -MAKE_ARGS+= X11LIBDIR="${LOCALBASE}/lib" \ +MAKE_ARGS+= X11BASE="${LOCALBASE}" \ CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -USE_XORG= x11 xscrnsaver +USE_XORG= x11 xscrnsaver xcb xau xdmcp xext PLIST_FILES= bin/xidle man/man1/xidle.1.gz do-install: |