add a no_x11 FLAVOR
This commit is contained in:
parent
c520ae706e
commit
78990e488d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2000/09/24 07:04:06 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2000/09/27 21:09:05 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.6 1998/09/22 15:30:37 vanilla Exp $
|
||||
|
||||
DISTNAME= aalib-1.2
|
||||
@ -17,4 +17,11 @@ CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
||||
FLAVORS= no_x11
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L} == "no_x11"
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user