diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:45:19 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-08 20:53:40 +0000 |
commit | a2cfbfd06220e86f22e69946abe0958e3e760f4c (patch) | |
tree | de3e30bc597846cab6df6fd4e2765ef0aab1e3e9 | |
parent | 47e4bd0d748ba457d7dad514b0f0cf5a6bb83da7 (diff) | |
download | ports-a2cfbfd06220e86f22e69946abe0958e3e760f4c.tar.gz ports-a2cfbfd06220e86f22e69946abe0958e3e760f4c.zip |
audio/mpg123: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | audio/mpg123/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index b28f12e257d4..8a09b59b1a99 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -11,7 +11,7 @@ COMMENT= Command-line player for MPEG Layer 1, 2, and 3 audio files LICENSE= LGPL21 -USES= tar:bzip2 libtool localbase pathfix +USES= cpe tar:bzip2 libtool localbase pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes |