diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 14:45:54 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 15:19:07 +0000 |
commit | 7b71dce8c93228de716df25eff23b41562de9dac (patch) | |
tree | 0137c326a3e707f0856f20376c901e3a0e1768b2 | |
parent | d02ac687729850008b8b5e64aab862793fb9e51e (diff) | |
download | ports-7b71dce8c93228de716df25eff23b41562de9dac.tar.gz ports-7b71dce8c93228de716df25eff23b41562de9dac.zip |
games/openbor: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | games/openbor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 14fe9a453c0e..72fa1a9ef0b9 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -38,7 +38,7 @@ USE_GITHUB= yes GH_ACCOUNT= DCurrent GH_TAGNAME?= 3caaddd5 -USES+= gmake pkgconfig sdl +USES+= cpe gmake pkgconfig sdl .if ${PORTVERSION} < 4433 USE_CSTD= gnu89 .endif |