diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 12:05:53 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 12:05:53 +0000 |
commit | 0928cd652f73bab2fa65e9e62a11b247fc471888 (patch) | |
tree | 981156dbde2144d76a0e25863e1837147a3dbe61 | |
parent | 64adad54b2f9584fee18108ccc650d1231cd725d (diff) | |
download | ports-0928cd652f73bab2fa65e9e62a11b247fc471888.tar.gz ports-0928cd652f73bab2fa65e9e62a11b247fc471888.zip |
audio/festalon: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/festalon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index 78ae42feb182..a7fe7297f28a 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -17,7 +17,7 @@ ONLY_FOR_ARCHS= amd64 LIB_DEPENDS= libsamplerate.so:audio/libsamplerate -USES= libtool pkgconfig sdl tar:bzip2 +USES= cpe libtool pkgconfig sdl tar:bzip2 USE_SDL= sdl GNU_CONFIGURE= yes |