OpenGL bindings also need pcre present. Noticed by landry@.

This commit is contained in:
pascal 2012-06-04 15:59:36 +00:00
parent e3330a4634
commit 9f8beb2799

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.21 2012/05/09 13:36:45 pascal Exp $
# $OpenBSD: Makefile,v 1.22 2012/06/04 15:59:36 pascal Exp $
SHARED_ONLY = Yes
COMMENT= virtual machine designed for interpreted languages
V= 4.3.0
REVISION= 0
DISTNAME= parrot-$V
CATEGORIES= lang perl6
SHARED_LIBS= parrot 5.0
@ -24,7 +25,8 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL GLU c glut gmp icudata icuuc m ncurses pthread
WANTLIB += readline stdc++ util z
BUILD_DEPENDS= graphics/glew
BUILD_DEPENDS= graphics/glew \
devel/pcre
LIB_DEPENDS= textproc/icu4c \
devel/gmp \
graphics/freeglut