diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-09 19:55:04 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-09 19:55:04 +0800 |
commit | a7eae9f50e318122e001463c84912c1056c70a3e (patch) | |
tree | 32b9b6e7ab9a5682da5d2f1847708e3096a869b3 /audio/mpg321 | |
parent | 36fa1d86032614d54da31965e81e0fdd4e701c9d (diff) | |
download | freebsd-ports-gnome-a7eae9f50e318122e001463c84912c1056c70a3e.tar.gz freebsd-ports-gnome-a7eae9f50e318122e001463c84912c1056c70a3e.tar.zst freebsd-ports-gnome-a7eae9f50e318122e001463c84912c1056c70a3e.zip |
Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12
Repo-copy by: asami
Diffstat (limited to 'audio/mpg321')
-rw-r--r-- | audio/mpg321/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 938b554c088f..469ac2c15f63 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ijliao@FreeBSD.org LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg \ ao.1:${PORTSDIR}/audio/libao \ - SDL-1.1.3:${PORTSDIR}/devel/sdl-devel \ + SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config |