diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-09 01:57:45 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-09 01:57:45 +0800 |
commit | e80edbf5b895f2bef46547465f128b7226af7948 (patch) | |
tree | 00d377d7b92ba42e77e98bf0d08ba03946c2a96b /audio | |
parent | eccc1689ceec0b4fa81b7743f19437070323fd85 (diff) | |
download | freebsd-ports-gnome-e80edbf5b895f2bef46547465f128b7226af7948.tar.gz freebsd-ports-gnome-e80edbf5b895f2bef46547465f128b7226af7948.tar.zst freebsd-ports-gnome-e80edbf5b895f2bef46547465f128b7226af7948.zip |
Add devel/pyrex build dependency
PR: 87124
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-sdl_mixer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/py-sdl_mixer/Makefile b/audio/py-sdl_mixer/Makefile index 0fed3eb34625..5615c3dfc024 100644 --- a/audio/py-sdl_mixer/Makefile +++ b/audio/py-sdl_mixer/Makefile @@ -15,6 +15,7 @@ DISTNAME= pysdl_mixer-${PORTVERSION} MAINTAINER= acardenas@bsd.org.pe COMMENT= Pysdl_mixer is a python interface to SDL's sdl_mixer +BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal DIST_SUBDIR= python |