View | Details | Raw Unified | Return to bug 58445
Collapse All | Expand All

(-)audio/ksmp3play/Makefile (-7 / +1 lines)
Lines 14-25 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	An curses-based MP3 player
15
COMMENT=	An curses-based MP3 player
16
16
17
.include <bsd.port.pre.mk>
18
19
.if ${OSVERSION} >= 501000
20
BROKEN=		"Does not configure on FreeBSD ${OSVERSION}"
21
.endif
22
23
LIB_DEPENDS=	smpeg.1:${PORTSDIR}/multimedia/smpeg
17
LIB_DEPENDS=	smpeg.1:${PORTSDIR}/multimedia/smpeg
24
18
25
USE_SDL=	yes
19
USE_SDL=	yes
Lines 44-47 Link Here
44
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
38
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
45
.endif
39
.endif
46
40
47
.include <bsd.port.post.mk>
41
.include <bsd.port.mk>
(-)audio/ksmp3play/files/patch-configure (+23 lines)
Line 0 Link Here
1
--- configure.orig	Mon Aug 20 04:22:22 2001
2
+++ configure	Thu Oct 23 12:10:52 2003
3
@@ -1258,15 +1258,15 @@
4
     }
5
   else
6
     {
7
-      printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the
8
-minimum version\n", $sdl_major_version, $sdl_minor_version,
9
+      printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the \
10
+minimum version\n", $sdl_major_version, $sdl_minor_version, \
11
 $sdl_micro_version);
12
-      printf("*** of SDL required is %d.%d.%d. If sdl-config is correct,
13
+      printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, \
14
 then it is\n", major, minor, micro);
15
       printf("*** best to upgrade to the required version.\n");
16
-      printf("*** If sdl-config was wrong, set the environment variable
17
+      printf("*** If sdl-config was wrong, set the environment variable \
18
 SDL_CONFIG\n");
19
-      printf("*** to point to the correct copy of sdl-config, and remove
20
+      printf("*** to point to the correct copy of sdl-config, and remove \
21
 the file\n");
22
       printf("*** config.cache before re-running configure\n");
23
       return 1;

Return to bug 58445