fix a few deps
This commit is contained in:
parent
231b888a9d
commit
79f4e19201
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2007/12/12 15:14:30 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2009/03/15 18:29:31 espie Exp $
|
||||
|
||||
COMMENT= 3D creation software
|
||||
|
||||
DISTNAME= blender-2.45
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://www.blender.org/
|
||||
@ -27,7 +27,7 @@ BUILD_DEPENDS= ::graphics/tiff
|
||||
LIB_DEPENDS= png::graphics/png \
|
||||
jpeg::graphics/jpeg \
|
||||
SDL::devel/sdl \
|
||||
python${PYTHON_VER}:python-${PYTHON_VER}.*:lang/python/${PYTHON_VER}
|
||||
python${PYTHON_VER}:python->=${PYTHON_VER},<2.6:lang/python/${PYTHON_VER}
|
||||
|
||||
WANTLIB= GL GLU X11 Xi c m pthread stdc++ util z
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2009/01/24 11:07:04 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2009/03/15 18:29:31 espie Exp $
|
||||
|
||||
COMMENT= gtk2 comic book viewer
|
||||
|
||||
DISTNAME= comix-4.0.2
|
||||
PKGNAME = ${DISTNAME}p0
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2008/08/27 19:42:10 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2009/03/15 18:29:31 espie Exp $
|
||||
|
||||
COMMENT= V4L compatible video application
|
||||
|
||||
DISTNAME= luvcview-20070512
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
CATEGORIES= graphics x11
|
||||
|
||||
# GPLv2+
|
||||
@ -15,7 +15,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
HOMEPAGE= http://mxhaard.free.fr/
|
||||
MASTER_SITES= ${HOMEPAGE}/spca50x/Investigation/uvc/
|
||||
|
||||
LIB_DEPENDS= SDL:sdl-1.2.4p1,>=1.2.5:devel/sdl
|
||||
LIB_DEPENDS= SDL:sdl-1.2.4p1|sdl->=1.2.5:devel/sdl
|
||||
WANTLIB= c pthread
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2008/09/01 19:13:05 eric Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2009/03/15 18:29:31 espie Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,9 +8,9 @@ COMMENT-bin= binaries for the Python Imaging Library
|
||||
|
||||
VERSION= 1.1.6
|
||||
DISTNAME= Imaging-${VERSION}
|
||||
PKGNAME-main= py-${DISTNAME}
|
||||
FULLPKGNAME-examples= py-Imaging-examples-${VERSION}
|
||||
FULLPKGNAME-bin= py-Imaging-bin-${VERSION}
|
||||
PKGNAME-main= py-${DISTNAME}p0
|
||||
FULLPKGNAME-examples= py-Imaging-examples-${VERSION}p0
|
||||
FULLPKGNAME-bin= py-Imaging-bin-${VERSION}p0
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
@ -33,7 +33,7 @@ RUN_DEPENDS-bin= ${RUN_DEPENDS} \
|
||||
:py-Imaging:graphics/py-Imaging
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
LIB_DEPENDS-main= jpeg.>=62::graphics/jpeg \
|
||||
tk84:tk-8.4.*:x11/tk/8.4
|
||||
tk84:tk->=8.4,<8.5:x11/tk/8.4
|
||||
|
||||
FLAVORS= python2.4 python2.5
|
||||
FLAVOR?= python2.5
|
||||
|
Loading…
Reference in New Issue
Block a user