git: d1ff2c63b6a0 - main - audio/milkytracker: Fix regression
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Aug 2023 15:02:45 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1ff2c63b6a01147cdb9cba50fb15bdceae25bc4 commit d1ff2c63b6a01147cdb9cba50fb15bdceae25bc4 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-08-11 15:02:32 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-08-11 15:02:43 +0000 audio/milkytracker: Fix regression Notified by: pkg-fallout --- audio/milkytracker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/milkytracker/Makefile b/audio/milkytracker/Makefile index 725ee94e30b3..2d547b8d4be5 100644 --- a/audio/milkytracker/Makefile +++ b/audio/milkytracker/Makefile @@ -1,7 +1,7 @@ PORTNAME= milkytracker PORTVERSION= 1.04.00 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -19,7 +19,7 @@ LIB_DEPENDS= libjack.so:audio/jack \ liblhasa.so:archivers/lhasa \ libzzip.so:devel/zziplib -USES= cmake compiler:c11 cpe sdl +USES= cmake compiler:c11 cpe pkgconfig sdl CPE_VENDOR= milkytracker_project USE_GITHUB= yes GH_PROJECT= MilkyTracker