SUBDIR=databases/py-psycog,,-examples should yield something
This commit is contained in:
parent
08b1bf1b3e
commit
06d5da0da6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2011/09/16 08:48:04 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2011/09/23 19:01:24 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -38,7 +38,9 @@ BUILD_DEPENDS= databases/postgresql,-server
|
||||
RUN_DEPENDS= databases/postgresql
|
||||
|
||||
FLAVORS= python2.4 python2.7
|
||||
FLAVOR?= python2.7
|
||||
.if empty(FLAVOR) || !defined(FLAVOR)
|
||||
FLAVOR= python2.7
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mpython2.4} && !${FLAVOR:L:Npython2.4}
|
||||
MULTI_PACKAGES= -main -examples -zope
|
||||
|
Loading…
x
Reference in New Issue
Block a user