diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-07-31 18:41:30 +0000 |
commit | 15dac70c75ad7e5286c80ca05c69fbfc1061905c (patch) | |
tree | 71f4780cd34e184b043831e0db99b92f22e0da0d /x11/thinglaunch | |
parent | e81287c37b3d7ec77e4687a96e63839a01baeb30 (diff) |
Notes
Diffstat (limited to 'x11/thinglaunch')
-rw-r--r-- | x11/thinglaunch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/thinglaunch/Makefile b/x11/thinglaunch/Makefile index aafbca04476d..0d2d28d7c415 100644 --- a/x11/thinglaunch/Makefile +++ b/x11/thinglaunch/Makefile @@ -3,13 +3,14 @@ PORTNAME= thinglaunch PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Very fast launcher program for X -USE_XORG= x11 xproto +USE_XORG= x11 xorgproto CPPFLAGS+= -I${LOCALBASE}/include -lX11 LDFLAGS+= -L${LOCALBASE}/lib |