USE_X11=Yes

This commit is contained in:
sturm 2003-03-31 14:36:02 +00:00
parent a405f31279
commit 27dea17c04
4 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2003/03/01 03:21:20 sturm Exp $
# $OpenBSD: Makefile,v 1.20 2003/03/31 14:36:02 sturm Exp $
COMMENT= "X11 over a low bandwidth link"
VERSION= 3.8.1
@ -21,6 +21,8 @@ MASTER_SITES= http://ftp.ecrc.de/pub/netsw/x11/extensions/dxpc/ \
LIB_DEPENDS= lzo::archivers/lzo
USE_X11= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+=--with-lzo-lib=${PREFIX}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2002/12/23 00:37:52 pvalchev Exp $
# $OpenBSD: Makefile,v 1.18 2003/03/31 14:36:02 sturm Exp $
COMMENT= "simple menu patterned after plan9"
@ -17,6 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib -lX11"
USE_X11= Yes
ALL_TARGET= 9menu
WRKDIST= ${WRKDIR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2002/10/28 02:13:21 naddy Exp $
# $OpenBSD: Makefile,v 1.20 2003/03/31 14:36:02 sturm Exp $
COMMENT= "X11 version of Rob Pike's editor, sam"
@ -18,6 +18,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
WRKDIST= ${WRKDIR}
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2002/12/23 00:37:52 pvalchev Exp $
# $OpenBSD: Makefile,v 1.15 2003/03/31 14:36:02 sturm Exp $
COMMENT= "clone of the Plan9 editor 'acme'"
@ -16,6 +16,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= simple
USE_X11= Yes
CONFIGURE_STYLE= autoconf
NO_REGRESS= Yes