Use "no_x11" FLAVOR now

This commit is contained in:
shell 2001-06-08 17:02:12 +00:00
parent 5de915bcf6
commit 9ebc368503
4 changed files with 10 additions and 10 deletions

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2001/05/21 04:13:59 shell Exp $
# $OpenBSD: Makefile,v 1.5 2001/06/08 17:02:12 shell Exp $
COMMENT= "convert ASP code to PHP code"
@ -16,15 +16,15 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
FLAVORS= gui
FLAVORS= no_x11
FLAVOR?=
ALL_TARGET?= all unipiss
.if ${FLAVOR:L:Mgui}
.if ${FLAVOR:L:Mno_x11}
ALL_TARGET= all unipiss
.else
USE_X11= Yes
LIB_DEPENDS= gtk.1.2::x11/gtk+
ALL_TARGET+= gtkasp2php
ALL_TARGET= all unipiss gtkasp2php
.endif
.include <bsd.port.mk>

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.gui,v 1.1.1.1 2001/03/21 23:28:17 avsm Exp $
bin/gtkasp2php

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.no-no_x11,v 1.1 2001/06/08 17:02:13 shell Exp $
bin/gtkasp2php

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/21 23:28:17 avsm Exp $
%%gui%%
@comment $OpenBSD: PLIST,v 1.2 2001/06/08 17:02:13 shell Exp $
bin/asp2php
!%%no_x11%%
bin/unipiss