diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 03:32:41 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 03:32:41 +0000 |
commit | 5676988fbdae24508f808f1482546e67a8ca7303 (patch) | |
tree | fafee761f2f4f28526f5fb1dda8a5e2f94321c9a /audio | |
parent | Bump png major (diff) |
Bump png major
Notes
Notes:
svn path=/head/; revision=47630
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index b09dcb6ffc3c..1b4a4b7433f6 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -27,7 +27,7 @@ WANT_ESOUND= yes GNU_CONFIGURE= yes .if !defined(WITHOUT_X11) USE_XLIB= yes -LIB_DEPENDS+= png.4:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif DIST_SUBDIR= timidity |