diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 18:49:01 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-05 19:11:44 +0000 |
commit | a27f84839ed2cf080cd145f6b474bca18dc19d32 (patch) | |
tree | a1080c322f42c4d93cd9a656789f290176305325 /audio/mp3splt | |
parent | f6c957f6af42bac4967be44b5c696635bcf0385f (diff) | |
download | ports-a27f84839ed2cf080cd145f6b474bca18dc19d32.tar.gz ports-a27f84839ed2cf080cd145f6b474bca18dc19d32.zip |
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index d0134c474c73..904a25965b89 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -13,10 +13,12 @@ LICENSE= GPLv2 LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \ libltdl.so:devel/libltdl -USES= pkgconfig +USES= cpe pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oggsplt_symlink +CPE_VENDOR= mp3splt_project + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |