diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:36:59 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:36:59 +0000 |
commit | c61835f96cacd0dd01f0c79f821d8b7539bd6361 (patch) | |
tree | e99929a838e81353c3aed132a68056692d0640bc /emulators/atari800 | |
parent | a5dcc21be9f017c460d99bee3869dc34889b84d9 (diff) | |
download | ports-c61835f96cacd0dd01f0c79f821d8b7539bd6361.tar.gz ports-c61835f96cacd0dd01f0c79f821d8b7539bd6361.zip |
Diffstat (limited to 'emulators/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index bfc5dd669d11..425ba79fc936 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${DISTNAME}/src -USES= gmake +USES= cpe gmake GNU_CONFIGURE= yes NO_OPTIONS_SORT=yes |