put USE_X11 in the table.

sure espie@
This commit is contained in:
steven 2006-12-27 11:16:10 +00:00
parent 97240fc2d0
commit 5a12bf0e91
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2006/11/03 23:26:41 espie Exp $
# $OpenBSD: Makefile,v 1.8 2006/12/27 11:16:10 steven Exp $
CATEGORIES= databases
DISTNAME= sqlports-0.5
PKGNAME= ${DISTNAME}p0
DISTFILES=
COMMENT= 'sqlite database of ports'
MAINTAINER= Marc Espie <espie@openbsd.org>

View File

@ -1,5 +1,5 @@
#! /usr/bin/perl
# $OpenBSD: mksqlitedb,v 1.3 2006/11/03 23:26:41 espie Exp $
# $OpenBSD: mksqlitedb,v 1.4 2006/12/27 11:16:10 steven Exp $
#
# Copyright (c) 2006 Marc Espie <espie@openbsd.org>
#
@ -299,6 +299,7 @@ my $vars = {
USE_GMAKE => 'YesNoVar',
USE_LIBTOOL => 'YesNoVar',
USE_MOTIF => 'YesNoVar',
USE_X11 => 'YesNoVar',
WANTLIB => 'WantlibVar',
};