diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 22:15:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 22:15:47 +0000 |
commit | 7f1a7b52d5ea03ad79406b05dee0cccfa7537422 (patch) | |
tree | 2a4a788e652a08ac4d6a0f4db5a42deaf9b3f8d9 /audio/mp-player | |
parent | dc500014cef617570caf85c5f78c338af51fc4de (diff) |
Notes
Diffstat (limited to 'audio/mp-player')
-rw-r--r-- | audio/mp-player/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mp-player/Makefile b/audio/mp-player/Makefile index 2cb1853a5c68..4867d7c16722 100644 --- a/audio/mp-player/Makefile +++ b/audio/mp-player/Makefile @@ -9,8 +9,7 @@ PORTNAME= mp-player PORTVERSION= 0.6 CATEGORIES= audio MASTER_SITES= http://mp.waw.cx/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL DISTNAME= mp-current EXTRACT_SUFX= .tgz @@ -20,7 +19,7 @@ COMMENT= A curses based module tracker using libmikmod LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lmikmod -pthread -lncurses -lpanel +LDFLAGS+= -L${LOCALBASE}/lib -lmikmod ${PTHREAD_LIBS} -lncurses -lpanel DEFINES= -D_REENTRANT WRKSRC= ${WRKDIR}/mp-beta-06 |