diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /x11/swarp | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) |
Notes
Diffstat (limited to 'x11/swarp')
-rw-r--r-- | x11/swarp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/swarp/Makefile b/x11/swarp/Makefile index c622a5e2d3b1..565157fc0b22 100644 --- a/x11/swarp/Makefile +++ b/x11/swarp/Makefile @@ -7,6 +7,7 @@ PORTNAME= swarp PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.suckless.org/download/ \ http://mirror.roe.ch/dist/${PORTNAME}/ @@ -14,13 +15,12 @@ MASTER_SITES= http://www.suckless.org/download/ \ MAINTAINER= daniel@roe.ch COMMENT= X11 generic pointer warping utility -USE_XLIB= yes - MAKE_ARGS= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -lX11" \ CFLAGS="${CFLAGS} -I${X11BASE}/include \ -DVERSION=\\\"${PORTVERSION}\\\"" \ LD=${CC} +USE_XORG= x11 PLIST_FILES= bin/swarp PORTDOCS= README |