diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2022-04-23 14:38:10 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2022-04-23 14:38:10 +0000 |
commit | 066244e5a800f24cc3a902ccdf832ae9f9bcb750 (patch) | |
tree | 37432f1aa1843adc49b357a743df20a1fdb2e6cf | |
parent | ad7a1d97783b711845a31356b60552bac01240e4 (diff) | |
download | ports-066244e5a800f24cc3a902ccdf832ae9f9bcb750.tar.gz ports-066244e5a800f24cc3a902ccdf832ae9f9bcb750.zip |
emulators/dosbox-x: Remove invalid CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | emulators/dosbox-x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile index 194082c2def2..4ee0f0ac3531 100644 --- a/emulators/dosbox-x/Makefile +++ b/emulators/dosbox-x/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png -USES= autoreconf cpe iconv sdl +USES= autoreconf iconv sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-core-inline USE_SDL= net sdl sound |