diff options
author | salo <salo@pkgsrc.org> | 2002-12-08 03:48:41 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-08 03:48:41 +0000 |
commit | 3bdbe6b1a194a8a24fe48cc495f07cc43c28cd41 (patch) | |
tree | e2a4ce1cb10a77b11478b5b70aa91473c5286ea3 /graphics/cqcam | |
parent | 21fe715c2be5059d584a7310a7c3f7b2db465535 (diff) | |
download | pkgsrc-3bdbe6b1a194a8a24fe48cc495f07cc43c28cd41.tar.gz |
s/USE_X11BASE/USE_X11/, *sigh*.
Diffstat (limited to 'graphics/cqcam')
-rw-r--r-- | graphics/cqcam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile index 402afc343ca..7967f8308a4 100644 --- a/graphics/cqcam/Makefile +++ b/graphics/cqcam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/12/08 02:28:50 salo Exp $ +# $NetBSD: Makefile,v 1.15 2002/12/08 03:48:41 salo Exp $ # DISTNAME= cqcam-0.45a @@ -15,7 +15,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-alpha LICENSE= no-profit USE_BUILDLINK2= YES -USE_X11BASE= YES +USE_X11= YES .include "../../graphics/jpeg/buildlink2.mk" .include "../../x11/tk/buildlink2.mk" |