diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-06 18:27:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-06 18:27:52 +0000 |
commit | 8df3531476521e679fecb50777091ef1d624e097 (patch) | |
tree | 930e7a54984fd4ffa635db56ce7a5b6a14b6b2de | |
parent | Fix problem in run_erl pipe creation. (diff) |
Add missing dependency.
Notes
Notes:
svn path=/head/; revision=128175
-rw-r--r-- | audio/amarok-kde4/Makefile | 1 | ||||
-rw-r--r-- | audio/amarok/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 061088f09189..a9cc7e0113a9 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -23,6 +23,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +USE_SDL= sdl OPTIONS= ARTS "aRts support" off \ GSTREAMER "GStreamer support" on \ diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 061088f09189..a9cc7e0113a9 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -23,6 +23,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +USE_SDL= sdl OPTIONS= ARTS "aRts support" off \ GSTREAMER "GStreamer support" on \ |