diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 21:41:51 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 21:41:51 +0800 |
commit | d5920901237cd7bb097222a8dfb0d145ce4df500 (patch) | |
tree | e65dd31cc0dcf2cdedc385aab65f534803837553 /x11 | |
parent | 932338c62da7680f451a287bb7622f65572c205f (diff) | |
download | freebsd-ports-gnome-d5920901237cd7bb097222a8dfb0d145ce4df500.tar.gz freebsd-ports-gnome-d5920901237cd7bb097222a8dfb0d145ce4df500.tar.zst freebsd-ports-gnome-d5920901237cd7bb097222a8dfb0d145ce4df500.zip |
Use USE_XORG instead of USE_XLIB.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/thinglaunch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/thinglaunch/Makefile b/x11/thinglaunch/Makefile index 9e0459829e7f..f9bf2386a297 100644 --- a/x11/thinglaunch/Makefile +++ b/x11/thinglaunch/Makefile @@ -7,7 +7,7 @@ PORTNAME= thinglaunch PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ @@ -15,7 +15,7 @@ MASTER_SITES= http://critical.ch/distfiles/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A very fast launcher program for X -USE_X_PREFIX= yes +USE_XORG= x11 CPPFLAGS= -I${LOCALBASE}/include -lX11 LDFLAGS= -L${LOCALBASE}/lib |