diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:44:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:44:21 +0000 |
commit | 73d891fa45647c8cf3bf68765dea2db797be5a8b (patch) | |
tree | 9265a4d5f8efd30dda575c35550303d008b78cd9 /devel/adasdl | |
parent | 5bd1983326bce0cf0cff43e88e2a567f529ccf9c (diff) | |
download | ports-73d891fa45647c8cf3bf68765dea2db797be5a8b.tar.gz ports-73d891fa45647c8cf3bf68765dea2db797be5a8b.zip |
Notes
Diffstat (limited to 'devel/adasdl')
-rw-r--r-- | devel/adasdl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/adasdl/Makefile b/devel/adasdl/Makefile index 78c6a7831160..076cddf3e666 100644 --- a/devel/adasdl/Makefile +++ b/devel/adasdl/Makefile @@ -15,12 +15,10 @@ DISTNAME= AdaSDL_${PORTVERSION} MAINTAINER= david@realityrift.com COMMENT= An Ada thin binding to SDL -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ - SDL_image:${PORTSDIR}/graphics/sdl_image \ - SDL_mixer:${PORTSDIR}/audio/sdl_mixer \ - ${GL_DEPENDS} +LIB_DEPENDS= ${GL_DEPENDS} BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat +USE_SDL= mixer image sdl USE_GMAKE= yes USE_REINPLACE= yes |