diff options
author | rxg <rxg> | 2006-01-30 10:52:07 +0000 |
---|---|---|
committer | rxg <rxg> | 2006-01-30 10:52:07 +0000 |
commit | 3ea7bc092156ccd31ff70f786d2fd68eac91abed (patch) | |
tree | 3a3e01ca77827eebb8c6d2b6f53edc1d5876e25b /wm | |
parent | 5163e8295e8b6eb0342c9cc976da8562bb7ba8a0 (diff) | |
download | pkgsrc-3ea7bc092156ccd31ff70f786d2fd68eac91abed.tar.gz |
Remove useless USE_X11.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/oroborox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/oroborox/Makefile b/wm/oroborox/Makefile index 7f598177d61..6eb205765c8 100644 --- a/wm/oroborox/Makefile +++ b/wm/oroborox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/01/29 18:18:01 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/30 10:52:07 rxg Exp $ # DISTNAME= OroboROX-0.9.7.9 @@ -20,7 +20,6 @@ DIST_SUBDIR= rox PLATFORM= ${OPSYS}-${MACHINE_ARCH} USE_TOOLS+= autoconf pkg-config -USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-xft --with-platform=${PLATFORM:Q} |